You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: update issue templates and secret scanning workflow
- Rename bug.yml to bug-report.yml for better clarity
- Add feature-request.yml and typo.yml templates for new issue types
- Update config.yml to reference new issue templates
- Modify secret-check.yml workflow to use TruffleHog main branch
- Adjust workflow to run on pull_request and push events
- Remove unnecessary comments and update template content
Signed-off-by: guanguans <[email protected]>
Thanks for your interest in the project and taking the time to fill out this feature report!
10
+
- type: textarea
11
+
id: feature-description
12
+
attributes:
13
+
label: Clear and concise description of the problem
14
+
description: 'As a developer using this project I want [goal / wish] so that [benefit]. If you intend to submit a PR for this issue, tell us in the description. Thanks!'
15
+
validations:
16
+
required: true
17
+
- type: textarea
18
+
id: suggested-solution
19
+
attributes:
20
+
label: Suggested solution
21
+
description: 'In module [xy] we could provide following implementation...'
22
+
validations:
23
+
required: true
24
+
- type: textarea
25
+
id: alternative
26
+
attributes:
27
+
label: Alternative
28
+
description: Clear and concise description of any alternative solutions or features you've considered.
29
+
- type: textarea
30
+
id: additional-context
31
+
attributes:
32
+
label: Additional context
33
+
description: Any other context or screenshots about the feature request here.
34
+
- type: checkboxes
35
+
id: checkboxes
36
+
attributes:
37
+
label: Validations
38
+
description: Before submitting the issue, please make sure you do the following
39
+
options:
40
+
- label: Follow our [Code of Conduct](https://github.com/guanguans/notify/blob/master/.github/CODE_OF_CONDUCT.md)
41
+
required: true
42
+
- label: Read the [Contributing Guide](https://github.com/guanguans/notify/blob/master/.github/CONTRIBUTING.md).
43
+
required: true
44
+
- label: Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
0 commit comments