8000 Merge pull request #71 from data-apis/repo-health-files · tonyfast/array-api@f8a9f2d · GitHub
[go: up one dir, main page]

Skip to content

Commit f8a9f2d

Browse files
authored
Merge pull request data-apis#71 from data-apis/repo-health-files
Add CONTRIBUTION and CODE_OF_CONDUCT files
2 parents 3f366a9 + 9291520 commit f8a9f2d

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

CODE_OF_CONDUCT.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Please note that the Consortium for Python Data API Standards has a Code of
2+
Conduct that we ask everyone to respect, see:
3+
https://github.com/data-apis/.github/blob/master/CODE_OF_CONDUCT.md

CONTRIBUTING.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Contributing to the Array API Standard
2+
3+
Thank you for your interest in contributing!
4+
5+
6+
## Contributing
7+
8+
If you would like to contribute textual clarifications or other "maintenance
9+
type" changes, please open a pull request on the
10+
https://github.com/data-apis/array-api repository.
11+
12+
If you would like to add more functionality to the Array API Standard, please
13+
take note of:
14+
- the Scope section of the standard
15+
- the [document outlining the Consortium's Process for standardization](https://github.com/data-apis/governance/blob/master/process_document.md)
16+
before opening a pull request. If your proposed addition seems in scope,
17+
opening an issue for discussion may be more appropriate as a first step.
18+
19+
20+
## Reporting issues
21+
22+
Please use the [issue tracker](https://github.com/data-apis/array-api/issues)
23+
for reporting issues with the published Array API Standard.
24+
25+
Please note that *implementation* issues should be reported to the project
26+
implementing the standard.

0 commit comments

Comments
 (0)
0