-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: [email protected] <[email protected]> Co-authored-by: [email protected] <[email protected]>
- Loading branch information
1 parent
3a75b36
commit 4ca7a2d
Showing
3 changed files
with
34 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
The ORI Encoding Guidelines project abides by Linux Foundation's code of conduct, which you can read in full at https://lfprojects.org/policies/code-of-conduct. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Contributing to the ORI Encoding Guidelines | ||
|
||
## Get Connected. | ||
|
||
Please reach out to us, particularly if you are having a problem, since its likely somebody else is sharing that problem, and if we have not documented it, it may be something that needs to be updated. | ||
|
||
Reach out using one of the following approaches: | ||
* ASWF Slack - [#open-review-initiative](#open-review-initiative) | ||
* [Github ORI Encoding Guidelines - discussions ](https://github.com/AcademySoftwareFoundation/EncodingGuidelines/discussions) | ||
* If there are particular issues - [Github Issues](https://github.com/AcademySoftwareFoundation/EncodingGuidelines/issues) | ||
|
||
|
||
## Documentation Style | ||
|
||
We are attempting to do all the documentation using markdown, in particular using [Just-the-docs](https://github.com/just-the-docs/just-the-docs), we would encourage new documentation to be done using that format. | ||
|
||
## Coding Style | ||
|
||
The test suite has been developed using python-3, and has been designed to work on windows, osx and linux. | ||
|
||
## How to Contribute a Bug Fix or Change or additional Documentation | ||
|
||
To contribute code to the project, first read over the [governance policies] page to understand the roles involved. | ||
|
||
ORI Encoding Guidelines is licensed under the [Apache License 2.0](LICENSE.md) license. Contributions should abide by that standard license. | ||
|
||
Project committers will review the contribution in a timely manner, and advise of any changes needed to merge the request. | ||
|
||
|
||
[governance policies]: GOVERNANCE.md | ||
[copyright and license headers]: https://github.com/AcademySoftwareFoundation/tac/blob/main/process/contribution_guidelines.md#license | ||
[Developer Certificate of Origin signoff]: https://github.com/AcademySoftwareFoundation/tac/blob/main/process/contribution_guidelines.md#contribution-sign-off |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters