Skip to content

Commit 31f60b0

Browse files
committed
Add contributing document
Signed-off-by: Elijah Zupancic <[email protected]>
1 parent 97a8737 commit 31f60b0

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

CONTRIBUTING.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Contributing Guidelines
2+
3+
The following is a set of guidelines for contributing. We really appreciate that you are considering contributing!
4+
5+
#### Table Of Contents
6+
7+
[Ask a Question](#ask-a-question)
8+
9+
[Contributing](#contributing)
10+
11+
[Code of Conduct](CODE_OF_CONDUCT.md)
12+
13+
## Ask a Question
14+
15+
Please ask your question on github using discussions.
16+
17+
## Contributing
18+
19+
### Report a Bug
20+
21+
To report a bug, open an issue on GitHub with the label `bug` using the available bug report issue template. Please ensure the issue has not already been reported.
22+
23+
### Suggest an Enhancement
24+
25+
To suggest an enhancement, please create an issue on GitHub with the label `enhancement` using the available feature issue template.
26+
27+
### Open a Pull Request
28+
29+
* Fork the repo, create a branch, submit a PR when your changes are tested and ready for review.
30+
31+
Note: if you’d like to implement a new feature, please consider creating a feature request issue first to start a discussion about the feature.

0 commit comments

Comments
 (0)