From 7014ca5db07858c411f15bf0b44e514d51915e78 Mon Sep 17 00:00:00 2001 From: Ralf Gommers Date: Tue, 3 Nov 2020 19:00:03 +0000 Subject: [PATCH 1/2] Add CODE_OF_CONDUCT file that links to the actual CoC The `.github` approach isn't always super visible, so having a `CODE_OF_CONDUCT.md` file in this repo will help. Linking rather than copying content to keep things maintainable in case of changes to the CoC. --- CODE_OF_CONDUCT.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 CODE_OF_CONDUCT.md diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 000000000..3ceb0ad58 --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,3 @@ +Please note that the Consortium for Python Data API Standards has a Code of +Conduct that we ask everyone to respect, see: +https://github.com/data-apis/.github/blob/master/CODE_OF_CONDUCT.md \ No newline at end of file From 929152096016a86255c613b1a6baaabbd6d33c48 Mon Sep 17 00:00:00 2001 From: Ralf Gommers Date: Tue, 3 Nov 2020 19:22:15 +0000 Subject: [PATCH 2/2] Add a CONTRIBUTING.md file Closes gh-65 --- CONTRIBUTING.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 000000000..ffb88f6f9 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,26 @@ +# Contributing to the Array API Standard + +Thank you for your interest in contributing! + + +## Contributing + +If you would like to contribute textual clarifications or other "maintenance +type" changes, please open a pull request on the +https://github.com/data-apis/array-api repository. + +If you would like to add more functionality to the Array API Standard, please +take note of: +- the Scope section of the standard +- the [document outlining the Consortium's Process for standardization](https://github.com/data-apis/governance/blob/master/process_document.md) +before opening a pull request. If your proposed addition seems in scope, +opening an issue for discussion may be more appropriate as a first step. + + +## Reporting issues + +Please use the [issue tracker](https://github.com/data-apis/array-api/issues) +for reporting issues with the published Array API Standard. + +Please note that *implementation* issues should be reported to the project +implementing the standard.