docs: contributing docs and github templates (#1496)

This commit is contained in:
Dmitry Nehaychik 2018-01-15 16:46:00 +03:00 committed by GitHub
parent 8ff489fbce
commit c5e92b2cc5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 326 additions and 15 deletions

6
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View file

@ -0,0 +1,6 @@
### Please read and mark the following check list before creating a pull request (check one with "x"):
- [ ] I read and followed the [CONTRIBUTING.md](https://github.com/akveo/ngx-admin/blob/master/CONTRIBUTING.md) guide.
- [ ] I read and followed the [New Feature Checklist](https://github.com/akveo/ngx-admin/blob/master/DEV_DOCS.md#new-feature-checklist) guide.
#### Short description of what this resolves: