Skip to content

Commit b1080f6

Browse files
committed
chore: address review comments
1 parent 1b5e085 commit b1080f6

3 files changed

Lines changed: 12 additions & 6 deletions

File tree

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ body:
2424
attributes:
2525
label: Logs
2626
description: |
27-
Optional if provided reproduction. Please try not to insert an image but copy paste the log text.
27+
Optional if you have reproduction steps. Please try not to insert an image but copy paste the log text.
2828
render: shell-script

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
name: "🚀 Feature request"
1+
name: '🚀 Feature request'
22
description: Suggest a feature that will improve Npmx
3-
labels: ["pending triage"]
3+
labels: ['pending triage']
44
body:
55
- type: markdown
66
attributes:
77
value: |
88
Thank you for taking the time to fill out this feature request!
99
10-
Please carefully read the contribution docs before suggesting a new feature
11-
👉 https://github.com/npmx-dev/npmx.dev/blob/main/CONTRIBUTING.md
10+
Please carefully read the contribution docs before suggesting a new feature
11+
👉 https://github.com/npmx-dev/npmx.dev/blob/main/CONTRIBUTING.md
1212
- type: textarea
1313
id: feature-description
1414
attributes:

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
<!-- Please ensure there is an open issue and mention its number. For example, "resolves #123" -->
44

5+
### 🧭 Context
6+
7+
<!-- Brief background and why this change is needed -->
8+
9+
<!-- High-level summary of what changed -->
10+
511
### 📚 Description
612

713
<!-- Describe your changes in detail. Why is this change required? What problem does it solve? -->
@@ -16,7 +22,7 @@ Before creating the pull request, please make sure you do the following:
1622
- Ensure that PR title follows conventional commits (https://www.conventionalcommits.org)
1723
- Update the corresponding documentation if needed.
1824
- Include relevant tests that fail without this PR but pass with it.
19-
- Add any additional context, tradeoffs, follow ups, or things reviewers should be aware of.
25+
- Add any additional context, tradeoffs, follow-ups, or things reviewers should be aware of.
2026
2127
Thank you for contributing to Npmx!
2228
----------------------------------------------------------------------->

0 commit comments

Comments
 (0)