Skip to content

Commit f0fbc72

Browse files
committed
chore: update issue and pr templates
1 parent 3b4a8c4 commit f0fbc72

File tree

3 files changed

+23
-15
lines changed

3 files changed

+23
-15
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,20 @@ body:
2525
label: A link to a reproduction repository
2626
description: The fastest way to describe your bug is to provide a reproduction repository.
2727
placeholder: https://github.com/project/link-to-your-reproduction-repo
28+
2829
- type: markdown
2930
attributes:
3031
value: |
3132
Check out [CONTRIBUTING.md](https://github.com/netlify/netlify-plugin-nextjs/blob/main/CONTRIBUTING.md#what-is-a-reproducible-test-case) for advice on producing a reproduction repo.
33+
- type: input
34+
id: plugin-version
35+
attributes:
36+
label: Plugin version
37+
description: The version of `@netlify/plugin-nextjs` that you are using. (This is in the build logs)
38+
placeholder: x.x.x
39+
validations:
40+
required: true
41+
3242
- type: checkboxes
3343
id: more-info
3444
attributes:
@@ -56,3 +66,10 @@ body:
5666
id: logs
5767
attributes:
5868
label: Relevant log output (or link to your logs)
69+
value: |
70+
<details>
71+
<summary>Click to view logs</summary>
72+
```
73+
# Paste logs here
74+
```
75+
</details>

.github/pull_request_template.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,22 @@
1-
<!--Please tag yourself as the Assignee and at least one specific Ecosystem engineer as the Reviewer (@ascorbic, @lindsaylevine, @tiffanosaurus) -->
1+
<!--Please tag yourself as the Assignee and netlify/integrations as the Reviewer -->
22

33
### Summary
4-
<!-- Provide a summary brief summary of the change. -->
54

6-
### Screenshots changes if applicable
7-
<!-- Please delete this section if not applicable to this PR. -->
8-
9-
**Before:**
10-
11-
**After:**
5+
<!-- Provide a brief summary of the change. -->
126

137
### Test plan
148

15-
1. Visit the Deploy Preview ([insert link to specific page]())
16-
...
9+
1. Visit the Deploy Preview ([insert link to specific page]()) ...
1710

18-
### Relevant links (GitHub issues, Notion docs, etc.) or a picture of cute animal (small picture)
11+
### Relevant links (GitHub issues, Notion docs, etc.) or a picture of cute animal
1912

2013
### Standard checks:
14+
2115
<!-- Please delete any options that reviewers shouldn't check. -->
2216

2317
- [ ] Check the Deploy Preview's Demo site for your PR's functionality
2418
- [ ] Add docs when necessary
19+
2520
---
2621

2722
🧪 Once merged, make sure to update the version if needed and that it was published correctly.

.prettierignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# Markdown
2-
*.md
3-
41
# Logs
52
logs
63
*.log
@@ -19,6 +16,5 @@ node_modules
1916
.parcel-cache
2017

2118
# Test
22-
demo
2319
lib
2420
tsconfig.json

0 commit comments

Comments
 (0)