Skip to content

Commit 6c86740

Browse files
committed
add CONTRIBUTING
1 parent 8ddb0d9 commit 6c86740

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CONTRIBUTING.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# How to contribute
2+
3+
First of all, thank you for taking the time to contribute to this project.
4+
5+
## Getting started
6+
7+
Contributing to a project on [Github](https://github.com/xanhacks/ctf-docs) or [Gitlab](https://gitlab.com/xanhacks/ctf-docs) is pretty straight forward. If this is you're first time, these are the steps you should take.
8+
9+
Fork this repo.
10+
11+
And that's it! Read the code available and change the part you don't like! You're change should not break the existing code and should pass the tests.
12+
13+
If you're adding a new functionality, start from the branch master. It would be a better practice to create a new branch and work in there.
14+
15+
When you're done, submit a pull request and for one of the maintainers to check it out. We would let you know if there is any problem or any changes that should be considered.

0 commit comments

Comments
 (0)