Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve #950 "Contribution guide link is broken in the project's issue template" #951

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/issue_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

- [ ] Have you searched for existing issues (open and close) to see if the bug or feature request has already been reported?
- [ ] If this is a bug report, are you running the latest version of Assemble? If not, please update to the latest version and verify that the issue still occurs before proceding.
- [ ] Have you read the [Contributing Guide](contributing.md)?
- [ ] Have you read the [Contributing Guide](https://github.com/assemble/assemble/blob/master/.github/contributing.md)?
- [ ] Have you reviewed the project readme (you might find advice about creating new issues)?
- [ ] Are you creating an issue in the correct repository? (For example, if your issue is related to [grunt-assemble][] or [handlebars-helpers][], you will want to create the issue in that project).

Expand Down