Browse Source

Add mergeready tag to CONTRIBUTING

Using a mergeready tag tells others (repo owner in particular) that the
changes are finished and are ready to be merged to master.  Without this
indication it may be unclear whether changes should be merged or if more
work or fixes are coming.
pull/349/head
Sami Vaarala 9 years ago
parent
commit
a0d14a57c8
  1. 4
      CONTRIBUTING.md

4
CONTRIBUTING.md

@ -51,6 +51,10 @@ To make a code contribution to Duktape
- If test case status changes (tests are broken / fixed, test cases
themselves needed fixing, test cases were added, etc), mention that.
* A pull request can be created before you think your changes are finished.
When the changes are finished, add the tag `mergeready` to the pull
request to indicate you're no longer making any changes.
To report bugs or request features
----------------------------------

Loading…
Cancel
Save