Skip to content

Commit

Permalink
doc: CONTRIBUTING.md mentions our architectural rules (#2929)
Browse files Browse the repository at this point in the history
fix #1700
  • Loading branch information
monperrus authored and surli committed Apr 5, 2019
1 parent 6a95f13 commit 74e2564
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ Guidelines for feature pull-requests:

* The pull request must contain a set of test case to specify the expected behavior of the new feature.
* The pull request must contain an update in the documentation folder (`doc`) to explain the new feature.
* The pull request must pass all architectural rules that are checked in [SpoonArchitectureEnforcerTest](https://github.com/INRIA/spoon/blob/master/src/test/java/spoon/test/architecture/SpoonArchitectureEnforcerTest.java) (eg new packages must be registered there)

Other kinds of pull-requests:

Expand Down

0 comments on commit 74e2564

Please sign in to comment.