Parcourir la source

Added "update API-CHANGES" to contributing guide

Herbert Vojčík il y a 10 ans
Parent
commit
b71a19e9ef
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      CONTRIBUTING.md

+ 1 - 0
CONTRIBUTING.md

@@ -80,6 +80,7 @@ The Amber development model currently revolves around Pull Requests which are cr
 5. Run the unittests
 5. Run the unittests
 6. Commit your changes to disk if all tests are green
 6. Commit your changes to disk if all tests are green
 7. Try to split your fix into small Git commits if multiple changes are involved (this makes it easier for us to review the changes)
 7. Try to split your fix into small Git commits if multiple changes are involved (this makes it easier for us to review the changes)
+8. If you created / deleted / moved API, update API-CHANGES.txt appropriately and commit.
 8. Push the changes to your fork on GitHub ```git push <your repo> <your branchname>```
 8. Push the changes to your fork on GitHub ```git push <your repo> <your branchname>```
 9. Submit Pull Request (usually for the Amber master branch)
 9. Submit Pull Request (usually for the Amber master branch)