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
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Contribution Guidelines
2
2
> The pull request should have a useful title. Pull requests with `Update readme.md` as title will be closed right away. Please make sure you checked every box in the PR template.
3
3
4
-
## Adding an item to the list
4
+
## Before adding something to the list
5
5
1. Make sure you are editing README.md only, no other files are allowed to be edited.
6
6
2. Add your item to the category it belongs to. Try to avoid creating completely new categories.
7
7
3. Make sure your item is added to the bottom of the items listed in a category, don't add it in at the middle.
@@ -10,7 +10,7 @@
10
10
6. If there is only support for some devices please mention that by using the [badges](/media/badges) provided.
11
11
7. Add something that is truly awesome and stands out. A project that shows how to monitor a greenhouse, water a plant or trigger LEDs are already out there on the web. This is not the place for those.
12
12
13
-
### Adding to the list
13
+
### Adding an item to the list
14
14
1. Click README.md
15
15
2. Click the *pencil button* in the upper right corner next to raw | blame | history
16
16
3. Github will automatically create a fork for this repo on your account.
@@ -19,6 +19,8 @@
19
19
6. You'll be taken to the PR screen, click the *Create Pull Request* button
20
20
7. Make sure you check the boxes (and actually make sure they're right) and click *Create Pull Request*
21
21
22
+
Submitted PRs will be checked as soon as possible. If something is incorrect it will be labeled `awaiting-user` with the problem stated in the PR comments. If a PR becomes stale or no action is taken after some time with the PR being labeled `awaiting-user`, this PR will get the `reply-timeout` label and will be closed.
23
+
22
24
#### Gitmoji
23
25
It's recommended that you use [gitmoji](https://gitmoji.carloscuesta.me/) when contributing. The supported gitmoji must proceed the commit message followed by a space and be one of:
0 commit comments