Skip to content

Commit 25d7c7b

Browse files
authored
Creating CONTRIBUTING.md
1 parent 02bb70c commit 25d7c7b

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Contributing to Exploit Server
2+
3+
Thank you for considering contributing to Exploit Server.
4+
5+
## Reporting Issues
6+
7+
1. Check the issues to see if the issue has already been reported.
8+
2. If not, create a new issue and provide as much detail as possible.
9+
10+
## Submitting Changes
11+
12+
1. Fork the repository.
13+
2. Create a new branch for your changes: `git checkout -b my-feature-branch`
14+
3. Make your changes and commit them with clear commit messages.
15+
4. Push your changes to your fork: `git push origin my-feature-branch`
16+
5. Create a pull request to the main repository to the `develop` branch.
17+
18+
## Coding Standards
19+
20+
- Follow the existing code style.
21+
22+
Thank you for your contributions!

0 commit comments

Comments
 (0)