Skip to content

Commit 4ca7a2d

Browse files
authored
Tweak to main index. (#99)
Signed-off-by: [email protected] <[email protected]> Co-authored-by: [email protected] <[email protected]>
1 parent 3a75b36 commit 4ca7a2d

File tree

3 files changed

+34
-1
lines changed

3 files changed

+34
-1
lines changed

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
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.

CONTRIBUTING.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Contributing to the ORI Encoding Guidelines
2+
3+
## Get Connected.
4+
5+
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.
6+
7+
Reach out using one of the following approaches:
8+
* ASWF Slack - [#open-review-initiative](#open-review-initiative)
9+
* [Github ORI Encoding Guidelines - discussions ](https://github.com/AcademySoftwareFoundation/EncodingGuidelines/discussions)
10+
* If there are particular issues - [Github Issues](https://github.com/AcademySoftwareFoundation/EncodingGuidelines/issues)
11+
12+
13+
## Documentation Style
14+
15+
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.
16+
17+
## Coding Style
18+
19+
The test suite has been developed using python-3, and has been designed to work on windows, osx and linux.
20+
21+
## How to Contribute a Bug Fix or Change or additional Documentation
22+
23+
To contribute code to the project, first read over the [governance policies] page to understand the roles involved.
24+
25+
ORI Encoding Guidelines is licensed under the [Apache License 2.0](LICENSE.md) license. Contributions should abide by that standard license.
26+
27+
Project committers will review the contribution in a timely manner, and advise of any changes needed to merge the request.
28+
29+
30+
[governance policies]: GOVERNANCE.md
31+
[copyright and license headers]: https://github.com/AcademySoftwareFoundation/tac/blob/main/process/contribution_guidelines.md#license
32+
[Developer Certificate of Origin signoff]: https://github.com/AcademySoftwareFoundation/tac/blob/main/process/contribution_guidelines.md#contribution-sign-off

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ We welcome suggestions and improvements.
1414
The main confluence page for this for now is [here](https://wiki.aswf.io/pages/viewpage.action?pageId=16031068)
1515

1616
{: .highlight }
17-
We would like to encourage the usage of [VP9](EncodeVP9.html) and [AV1](EncodeAv1.html) to encourage the usage of patent-free codecs, for more information on this see the white-paper [Next-gen codecs for VFX Community](https://docs.google.com/document/d/1EJ7Q_HhjL0ELNdjz5AgnPrraUvy7XCo52LL08WxgjtA/edit#heading=h.9rkn78tjmq48).
17+
We recommend usage of [VP9](EncodeVP9.html) and [AV1](EncodeAv1.html) over h264 and h265 where possible to encourage the usage of patent-free codecs, for more information on this see the white-paper [Next-gen codecs for VFX Community](https://docs.google.com/document/d/1EJ7Q_HhjL0ELNdjz5AgnPrraUvy7XCo52LL08WxgjtA/edit#heading=h.9rkn78tjmq48).
1818

1919

2020
## Why is this needed.

0 commit comments

Comments
 (0)