You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: {{cookiecutter.project_name}}/CONTRIBUTING.md
+22-10Lines changed: 22 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,13 @@
2
2
3
3
Thank you for your interest in contributing to `{{ cookiecutter.package_name }}`! We welcome bug reports, feature requests, and code contributions that help improve this project.
4
4
5
-
By participating in this project, you are expected to uphold our [Code of Conduct](CODE_OF_CONDUCT.md).
5
+
By participating in this project, you are expected to uphold our [Code of Conduct][code-of-conduct].
6
6
7
7
## How to Contribute
8
8
9
9
### Reporting Bugs
10
10
11
-
If you find a bug, please open an issue on our [issue tracker](https://github.com/{{ cookiecutter.github_user | lower | replace(' ', '-') }}/{{ cookiecutter.project_name.replace('_', '-') }}/issues) with:
11
+
If you find a bug, please open an issue on our [issue tracker][issues] with:
12
12
13
13
- A clear description of the bug
14
14
- Steps to reproduce the issue
@@ -34,7 +34,7 @@ We welcome pull requests! For significant changes, it's best to open an issue fi
0 commit comments