Skip to content

Commit

Permalink
updated CONTRIBUTING.md (closes notepad-plus-plus#241)
Browse files Browse the repository at this point in the history
Trying to provide a simple workflow for accepting pull requets
  • Loading branch information
milipili committed Jun 24, 2015
1 parent 223caa2 commit 36b08b5
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,25 @@
#Contributing
# Contributing

Your pull requests are welcome; however, they may not be accepted for various reasons.

##Guidelines for pull requests:



## Before you contribute

All Pull Requests, except for translations and user documentation, need to be
attached to a issue on GitHub. For Pull Requests regarding enhancements and questions,
the issue must first be approved by one of project's administrators before being
merged into the project. An approved issue will have the label `Accepted`. For issues
that have not been accepted, you may request to be assigned to that issue.

Opening a issue beforehand allows the adminstrators and the communitiy to discuss
bugs and enhancements before work begins, preventing wasted effort.




## Guidelines for pull requests:

1. Respect Notepad++ coding style.
2. Make a single change per commit.
Expand All @@ -13,6 +30,9 @@ Your pull requests are welcome; however, they may not be accepted for various re
In short: The easier the code review is, the better the chance your pull request will get accepted.





##Coding style:

####GENERAL
Expand Down

0 comments on commit 36b08b5

Please sign in to comment.