You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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