Skip to content

Commit f51c460

Browse files
committed
update: templates
1 parent 1cf04f5 commit f51c460

13 files changed

Lines changed: 30 additions & 6 deletions

File tree

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,32 @@
44
[![issues](https://img.shields.io/github/issues/brazilian-dev/github-templates.svg?style=flat-square)](https://github.com/brazilian-dev/github-templates/issues)
55

66
> Setting guidelines for [repository contributors](https://help.github.com/articles/setting-guidelines-for-repository-contributors/).
7+
78
> GitHub listened and now we're able to [create templates for issues and pull requests](https://github.com/blog/2111-issue-and-pull-request-templates).
89
910
## Templates
1011

1112
### README
1213

13-
- [default](templates/readme/default.md)
14-
- [gh-pages](templates/readme/gh-pages.md)
15-
- [app](templates/readme/app.md)
14+
- [default](templates/readme/default/README.md)
15+
- [gh-pages](templates/readme/gh-pages/README.md)
16+
- [app](templates/readme/app/README.md)
17+
- [script](templates/readme/script/README.md)
1618

1719
### CONTRIBUTING
1820

19-
- [template](templates/contributing/CONTRIBUTING.md)
21+
- [default](templates/contributing/default/CONTRIBUTING.md)
22+
- [simple](templates/contributing/simple/CONTRIBUTING.md)
2023

2124
### ISSUE_TEMPLATE
2225

23-
- [template](templates/issue/ISSUE_TEMPLATE.md)
26+
- [default](templates/issue/default/ISSUE_TEMPLATE.md)
27+
- [simple](templates/issue/simple/ISSUE_TEMPLATE.md)
2428

2529
### PULL_REQUEST_TEMPLATE
2630

27-
- [template](templates/pull-request/PULL_REQUEST_TEMPLATE.md)
31+
- [default](templates/pull-request/default/PULL_REQUEST_TEMPLATE.md)
32+
- [simple](templates/pull-request/simple/PULL_REQUEST_TEMPLATE.md)
2833

2934
## Contributing
3035

File renamed without changes.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Contributing
2+
3+
- Fork it!
4+
- Create your feature branch: `git checkout -b my-new-feature`
5+
- Commit your changes: `git commit -m 'Add some feature'`
6+
- Push to the branch: `git push origin my-new-feature`
7+
- Submit a pull request
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Makes sure these boxes are checked before submitting your issue--thank you!
2+
3+
- [] I'm full.
4+
- [] I woke up.
5+
- [] I was fun!
File renamed without changes.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Fixes #
2+
3+
## Proposed Changes
4+
5+
-
6+
-
7+
-
File renamed without changes.

0 commit comments

Comments
 (0)