Skip to content

Commit 2a0ea2c

Browse files
datedfaustbrian
authored andcommitted
fix: contributing link in pr template (#59)
1 parent ad8582c commit 2a0ea2c

1 file changed

Lines changed: 11 additions & 7 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
## Proposed changes
2-
2+
<!--
33
Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue.
4+
-->
45

56
## Types of changes
6-
7+
<!--
78
What types of changes does your code introduce?
8-
_Put an `x` in the boxes that apply_
9+
_Put an `x` in the boxes that apply and remove the rest of them: keep this PR as concise, but descriptive, as possible.._
10+
-->
911

1012
- [ ] Bugfix (non-breaking change which fixes an issue)
1113
- [ ] New feature (non-breaking change which adds functionality)
@@ -17,14 +19,16 @@ _Put an `x` in the boxes that apply_
1719
- [ ] Other... Please describe:
1820

1921
## Checklist
22+
<!--
23+
_Put an `x` in the boxes that apply and remove this text and the rest of them. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code._
24+
-->
2025

21-
_Put an `x` in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code._
22-
23-
- [ ] I have read the [CONTRIBUTING](https://docs.ark.io/developers/guidelines/contributing.html) documentation
26+
- [ ] I have read the [CONTRIBUTING](https://docs.ark.io/guidebook/contribution-guidelines/contributing.html) documentation
2427
- [ ] Lint and unit tests pass locally with my changes
2528
- [ ] I have added tests that prove my fix is effective or that my feature works
2629
- [ ] I have added necessary documentation (if appropriate)
2730

2831
## Further comments
29-
32+
<!--
3033
If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...
34+
-->

0 commit comments

Comments
 (0)