Skip to content

Commit 8f98773

Browse files
Create contributing.md
1 parent 2fa3047 commit 8f98773

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CONTRIBUTING.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Contributing
2+
3+
Chronos encourages contributions to this product.
4+
5+
## Pull Requests
6+
7+
Chronos welcomes all pull requests.
8+
9+
1. Fork the repo and create a working branch from `master`.
10+
2. If you've added any code that requires testing, add tests.
11+
3. If you've changed APIs, update the `README.md`.
12+
4. Check to ensure that all tests pass.
13+
5. Make sure code is formatted with `prettier` and follows the [Airbnb React/JSX Style Guide](https://github.com/airbnb/javascript/blob/master/react/README.md).
14+
6. Create a pull request to `master`.
15+
16+
## Issues
17+
18+
Please do not hesitate to file issues. Chronos is based off of community feedback and is always looking for ways to get better. The team behind Chronos is interested to hear about your experience and how we can improve it.
19+
20+
Please do not hesitate to submit issues that promote bugs or offer ways to enhance to Chronos. When submitting issues, ensure your description is clear and has instructions to be able to reproduce the issue.
21+
22+
## Get in touch
23+
24+
We use GitHub as a platform of communication between users and developers to promote transparency. We thrive off of the community support and feedback

0 commit comments

Comments
 (0)