-
-
Notifications
You must be signed in to change notification settings - Fork 303
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
505b883
commit 17951f0
Showing
1 changed file
with
3 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,8 @@ | ||
# 🔥 Contribute to WPGulp | ||
|
||
WPGulp is the most successful WordPress Gulp based tooling project. Your contributions are more than welcomed. | ||
WPGulp is the most popular WordPress + Gulp tooling project. Your contributions are more than welcomed. | ||
|
||
Here's a list of things that you should take care of when you start contributing to this project. | ||
|
||
- Every Pull Request must have a title. | ||
- Every Pull Request must have a description. | ||
- Write the title and description of what you have done in the imperative mode, that is as if you were commanding someone. | ||
- ✅ **DO**: Start the commit message only with these three words "FIX: ", "NEW: ", "IMPROVE: " — all caps (only the first word). | ||
- ✅ **DON'T**: Start with "Fixed", "Added", "Adding", "Improved" write imperitive messages like above. | ||
- 🎯 Read → [How to Write a Git Commit Message](https://chris.beams.io/posts/git-commit/)! | ||
- Don't end the summary line with a period - it's a title and titles don't end with a period. | ||
- Have fun. | ||
- Make sure you follow [`emoji-log`](https://github.com/AhmadAwais/emoji-log) | ||
- All of the WPGulp related files are located in [WPGulp/src](/src) folder, that's where you'd want to change things. | ||
|
||
Peace! ✌️ |