Skip to content

Commit 1a88638

Browse files
committed
Add contributing.md
1 parent 825098e commit 1a88638

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CONTRIBUTING.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## How to contribute
2+
3+
#### Why was FuzzyOS created?
4+
5+
* It's primarily a Hobby Project with aim of learning some trivial challenges during OS development.
6+
7+
#### Did you find a bug?
8+
9+
* I won't be surprised. Feel free to [create a GitHub issue](https://github.com/scopeInfinity/FuzzyOS/issues/new) and raise a pull request to submit a patch.
10+
11+
#### Did you write a patch that fixes a bug?
12+
13+
* Open a new GitHub pull request with the patch.
14+
15+
* Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.
16+
17+
#### **Do you intend to add a new feature or change an existing one?**
18+
19+
* Suggest the feature or change by opening a [new GitHub issue](https://github.com/scopeInfinity/FuzzyOS/issues/new). After discussing it with the maintainer one can proceed with the patch.
20+
21+
Thanks!

0 commit comments

Comments
 (0)