Skip to content

Commit 7fe3923

Browse files
chore: update issue and pr templates (#796)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent 93008d1 commit 7fe3923

File tree

3 files changed

+32
-17
lines changed

3 files changed

+32
-17
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,27 @@ 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:
3545
label: More information about your build
3646
options:
3747
- label: I am building using the CLI
38-
- label: I am building using file-based configuration (netlify.toml)
48+
- label: I am building using file-based configuration (`netlify.toml`)
3949
- type: dropdown
4050
id: which-os
4151
attributes:
@@ -51,8 +61,22 @@ body:
5161
attributes:
5262
label: Your `netlify.toml` file
5363
description: (If you're using file-based config) Please provide a copy of your `netlify.toml` file.
54-
render: shell
64+
value: |
65+
<details>
66+
<summary>`netlify.toml`</summary>
67+
```toml
68+
# Paste content of your `netlify.toml` file here
69+
```
70+
</details>
71+
5572
- type: textarea
5673
id: logs
5774
attributes:
5875
label: Relevant log output (or link to your logs)
76+
value: |
77+
<details>
78+
<summary>Build logs</summary>
79+
```
80+
# Paste logs here
81+
```
82+
</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)