Skip to content

Commit b21dc97

Browse files
Create CONTRIBUTING.md
1 parent da89bdc commit b21dc97

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 to Simple JavaScript Games
2+
3+
Thank you for your interest in contributing to the Simple JavaScript Game! We welcome contributions of all kinds, including bug fixes, feature additions, and documentation improvements.
4+
5+
## How to Contribute
6+
7+
### Reporting Bugs
8+
9+
If you find a bug in the game, please create an issue with the following details:
10+
- A clear and descriptive title.
11+
- A detailed description of the bug.
12+
- Steps to reproduce the bug.
13+
- Expected and actual behavior.
14+
- Screenshots, if applicable.
15+
- Your operating system and browser version.
16+
17+
### Suggesting Enhancements
18+
19+
We are always looking to improve the game! If you have an idea for a new feature or an enhancement to an existing feature, please create an issue with the following details:
20+
- A clear and descriptive title.
21+
- A detailed description of the proposed enhancement.
22+
- Rationale for why the enhancement would be useful.
23+
- Any additional context or screenshots, if applicable.
24+

0 commit comments

Comments
 (0)