Skip to content

Commit 55ab134

Browse files
committed
Create CONTRIBUTING.
1 parent 3b948de commit 55ab134

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

CONTRIBUTING.md

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Contributing Guidelines
2+
HyperTS has been developed and used by many active community members. Everyone is more than welcomed to make the project better and more accessible to more users. Whether it's a bug report, new feature, correction, or additional documentation, we greatly value feedback and contributions from our community.
3+
4+
We are proud of this project and have been working to make it great since day one. We believe you will love it and we need your help and everything about HyperTS you have in your mind pushes this project forward.
5+
6+
Join Us!
7+
8+
## Bug Reports and Feature Requests
9+
The single most important contribution that you can make is to report bugs and make feature requests. The development work on HyperTS is largely driven by these, so please make your voice heard!
10+
11+
Here are some issue templates we recommend while you report bugs or suggest features.
12+
- Bug Issue
13+
- Feature Request
14+
- Other Issues
15+
16+
Ideally, you can attach some code in your issue to reproduce the bug.
17+
18+
19+
## Contributing via Pull Requests
20+
Code contributions via pull requests are much appreciated. Before sending us a pull request, please ensure that:
21+
22+
1. You are working against the latest source on the master branch.
23+
2. You check existing open, and recently merged, pull requests to make
24+
sure someone else hasn't addressed the problem already.
25+
3. You open an issue to discuss any significant work - we would hate for
26+
your time to be wasted.
27+
28+
To send us a pull request, please:
29+
30+
1. Fork the repository.
31+
2. Modify the source
32+
3. Ensure local tests pass.
33+
4. Commit to your fork using clear commit messages.
34+
5. Send us a pull request.

0 commit comments

Comments
 (0)