Skip to content

Commit

Permalink
fix(github): fix some errors in the github templates
Browse files Browse the repository at this point in the history
  • Loading branch information
sharvit committed Dec 21, 2019
1 parent 04402df commit e16ee2e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 17 deletions.
12 changes: 4 additions & 8 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
<!---
Please read the contribution guide before sending your first commit:
https://github.com/sharvit/generator-node-mdl/blob/master/contributing.md)
Describe your changes in detail
Why is this change required? What problem does it solve?
If it fixes an open issue, please link to the issue here.
-->

## PR Type
Expand All @@ -18,11 +22,3 @@
* [ ] CI related changes
* [ ] Documentation content changes
* [ ] Other… Please describe:

## Description

<!---
Describe your changes in detail
Why is this change required? What problem does it solve?
If it fixes an open issue, please link to the issue here.
-->
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
<!---
Please read the contribution guide before sending your first commit:
https://github.com/<%= githubUsername %>/<%= projectName %>/blob/master/contributing.md
Describe your changes in detail
Why is this change required? What problem does it solve?
If it fixes an open issue, please link to the issue here.
-->

## PR Type
Expand All @@ -19,14 +23,6 @@
* [ ] Documentation content changes
* [ ] Other… Please describe:

## Description

<!---
Describe your changes in detail
Why is this change required? What problem does it solve?
If it fixes an open issue, please link to the issue here.
-->

## How Has This Been Tested?

<!---
Expand Down
2 changes: 1 addition & 1 deletion src/app/generators/github/templates/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ git commit
git push origin my-branch
```
Open this project on [GitHub](https://github.com/sharvit/generator-node-mdl), then click “Compare & pull request”.
Open this project on [GitHub](https://github.com/<%= githubUsername %>/<%= projectName %>), then click “Compare & pull request”.
## Help needed
Expand Down

0 comments on commit e16ee2e

Please sign in to comment.