Skip to content

Commit 25dc22c

Browse files
committed
ci: add pr request
1 parent 79a91d1 commit 25dc22c

File tree

2 files changed

+50
-3
lines changed

2 files changed

+50
-3
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
<!--
2+
3+
Obsidian Snippets Pull Request
4+
5+
Ensure you read all of the sections carefully. Failure to fill this form out will result in your pull request being closed.
6+
7+
This text will remain hidden when you submit your pull request.
8+
9+
For your pull request title, use the format:
10+
[BUG]: Brief title of the bug being fixed
11+
[FEATURE]: Brief title of the feature being added
12+
13+
Failure to follow the above title format will result in your PR being ignored.
14+
15+
-->
16+
17+
# Pull Request
18+
<small>Check which topic best describes your contribution:</small>
19+
20+
- [ ] Feature
21+
- [ ] Bug
22+
- [ ] Documentation / Wiki
23+
24+
---
25+
26+
<!---------------------------------------------------------------------->
27+
<br />
28+
<!---------------------------------------------------------------------->
29+
30+
31+
### Description
32+
<small>Explain here what your pull request includes and what you've done</small>
33+
34+
35+
<!---------------------------------------------------------------------->
36+
<br />
37+
38+
---
39+
40+
<br />
41+
<!---------------------------------------------------------------------->
42+
43+
### Before You Submit
44+
<small>Please ensure you check the following items to indicate that you've read this section and completed each task</small>
45+
46+
- [ ] My code follows the [Contribution Guidelines](https://github.com/Aetherinox/obsidian-dataview-snippets/blob/main/CONTRIBUTING.md)
47+
- [ ] I give expressed consent for my work to be used in this repo
48+
- [ ] I have tested my work and it functions as intended
49+
- [ ] I have included documentation if the change requires such

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,12 @@ The snippets in this repo require you to download and install the following:
4747
- [Alphabetized List: Version 1](#alphabetized-list-version-1)
4848
- [Contributors ✨](#contributors-)
4949

50-
5150
<br /><br />
5251

5352
---
5453

5554
<br /><br />
5655

57-
5856
## Snippets
5957
The following snippets are available in this repo
6058

@@ -298,7 +296,7 @@ This version **requires** you to install the following:
298296
<br />
299297

300298
## Contributors ✨
301-
We are always looking for contributors. If you feel that you can provide something useful to Gistr, then we'd love to review your suggestion. Before submitting your contribution, please review the following resources:
299+
We are always looking for contributors. If you feel that you can provide something useful to these Obsidian snippets, then we'd love to see your work. Before submitting your contribution, please review the following resources:
302300

303301
- [Pull Request Procedure](.github/PULL_REQUEST_TEMPLATE.md)
304302
- [Contributor Policy](CONTRIBUTING.md)

0 commit comments

Comments
 (0)