Skip to content

Commit 083eac9

Browse files
committed
docs(readme): remove excess contributing doc
[skip ci]
1 parent 39356f5 commit 083eac9

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

readme.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -217,17 +217,7 @@ An example server component in `server/api`
217217

218218
See the [contributing docs](https://github.com/DaftMonk/generator-angular-fullstack/blob/master/contributing.md)
219219

220-
This project has 2 main branches: `master` and `canary`. The `master` branch is where the current stable code lives and should be used for production setups. The `canary` branch is the main development branch, this is where PRs should be submitted to (backport fixes may be applied to `master`).
221-
222-
By separating the current stable code from the cutting-edge development we hope to provide a stable and efficient workflow for users and developers alike.
223-
224-
When submitting an issue, please follow the [guidelines](https://github.com/yeoman/yeoman/blob/master/contributing.md#issue-submission). Especially important is to make sure Yeoman is up-to-date, and providing the command or commands that cause the issue.
225-
226-
When submitting a PR, make sure that the commit messages match the [AngularJS conventions](https://docs.google.com/document/d/1QrDFcIiPjSLDn3EL15IJygNPiHORgU1_OOAqWjiDU5Y/).
227-
228-
When submitting a bugfix, try to write a test that exposes the bug and fails before applying your fix. Submit the test alongside the fix.
229-
230-
When submitting a new feature, add tests that cover the feature.
220+
When submitting an issue, please follow the [Yeoman issue guidelines](https://github.com/yeoman/yeoman/blob/master/contributing.md#issue-submission). Especially important is to make sure Yeoman is up-to-date, and providing the command or commands that cause the issue, as well as any stack traces.
231221

232222
## License
233223

0 commit comments

Comments
 (0)