forked from emilyanncr/Windows-Post-Exploitation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Contribution Guidelines
28 lines (21 loc) · 1.26 KB
/
Contribution Guidelines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Contribution Guidelines
**Your pull request should have a useful title. Please carefully read everything in [Adding to this list](#adding-to-this-list).**
## Table of Contents
* [Adding to this list](#adding-to-this-list)
* [Creating your own awesome list](#creating-your-own-awesome-list)
* [Adding something to an awesome list](#adding-something-to-an-awesome-list)
* [Updating your Pull Request](#updating-your-pull-request)
## Adding to this list
Please ensure your pull request adheres to the following guidelines:
* Search previous suggestions before making a new one, as yours may be a duplicate.
* Make sure the item you are adding is useful (and, you know, awesome) before submitting.
* Make an individual pull request for each suggestion.
* Use [title-casing](http://titlecapitalization.com) (AP style).
* Use the following format: `[Item Name](link)`
* Link additions should be added to the bottom of the relevant category.
* New categories or improvements to the existing categorization are welcome.
* Check your spelling and grammar.
* Make sure your text editor is set to remove trailing whitespace.
* The pull request and commit should have a useful title.
* The body of your commit message should contain a link to the repository.
Thank you for your suggestions!