Skip to content

Commit 4d35d80

Browse files
committed
docs: minor improvements to issue templates
1 parent f860981 commit 4d35d80

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

.github/ISSUE_TEMPLATE/01-bug.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,19 +95,20 @@ body:
9595
description: How can we reproduce the issue? Include the minimum files and configuration needed.
9696
placeholder: |
9797
1. Create a file with the following content...
98-
2. Use this `.spotless.yaml` config...
99-
3. Run `spotless apply` and observe...
98+
2. Run the `spotless` command line described above...
99+
3. See the following (unexpected message) in the output...
100100
validations:
101101
required: true
102102

103103
- type: textarea
104104
id: additional
105105
attributes:
106106
label: Additional context
107-
description: Include any error logs, stack traces, screenshots, or references to related issues.
107+
description: Include any additional and helpful information.
108108
placeholder: |
109-
- stack trace here
109+
- stack trace
110+
- os information
110111
- related issue: #123
111-
- logs from console...
112+
- ...
112113
validations:
113114
required: false

.github/ISSUE_TEMPLATE/02-feature-request.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,8 @@ body:
6464
description: Where do you think this feature belongs?
6565
options:
6666
- label: This should be implemented in `spotless-cli`.
67-
- label: This may belong in `spotless-lib` instead.
67+
- label: This may belong in the `spotless` core library instead.
68+
- label: This needs to be implemented in both `spotless-cli` and `spotless` together.
6869
- label: Not sure.
70+
validations:
71+
required: true

0 commit comments

Comments
 (0)