Skip to content

Commit 8841314

Browse files
committed
docs(CONTRIBUTING.md): Add contributing guidelines
1 parent 32cd8da commit 8841314

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/CONTRIBUTING.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Contributing to "JavaScript Tetris"
2+
3+
Thank you for your interest in contributing to the "JavaScript Tetris"! Every contribution is appreciated.
4+
5+
## Quickstart
6+
7+
1. **Report Issues**: If you find a bug or have a suggestion, please open an issue [here](https://github.com/vontanne/javascript-tetris/issues).
8+
2. **Submit Pull Requests**: Feel free to take on open issues or enhance the project. Fork the repo, make your changes, and submit a pull request.
9+
10+
## Guidelines
11+
12+
- Ensure your code is well-documented and follows the project's style.
13+
- Include a clear and descriptive commit message.
14+
- Pull requests should be based on the latest master branch and should be conflict-free.
15+
16+
## Questions?
17+
18+
If you have any questions or need further clarification, feel free to open an issue for discussion.
19+
20+
Thank you for contributing to the "JavaScript Tetris"!

0 commit comments

Comments
 (0)