chore: create bug/feature/PR template, configure template chooser (#397)
* chore: create bug/feature/PR template, configure template chooser * use american grammar Co-authored-by: Geoffrey Testelin <geoffrey.testelin@gmail.com> * use checklist Co-authored-by: Geoffrey Testelin <geoffrey.testelin@gmail.com> * use bold text for context as well * remove links from template chooser * remove comment redirecting to hackerone * rename bug -> problem, rewrite content * remove steps to reproduce Co-authored-by: Geoffrey Testelin <geoffrey.testelin@gmail.com> * problem -> issue Co-authored-by: Geoffrey Testelin <geoffrey.testelin@gmail.com> * provide your -> your Co-authored-by: Geoffrey Testelin <geoffrey.testelin@gmail.com> * improve help message to link issues Co-authored-by: Geoffrey Testelin <geoffrey.testelin@gmail.com> * rename files, improve content * add bug label to other_issue_report as well Co-authored-by: Geoffrey Testelin <geoffrey.testelin@gmail.com> * remove nonsensical comment * use h2 for headings * give predefined config template Co-authored-by: Geoffrey Testelin <geoffrey.testelin@gmail.com>
This commit is contained in:
parent
e7199f9c84
commit
0a21a5ec79
|
@ -0,0 +1 @@
|
||||||
|
blank_issues_enabled: false
|
|
@ -0,0 +1,13 @@
|
||||||
|
---
|
||||||
|
name: Other issue report
|
||||||
|
about: Report other issue
|
||||||
|
title: ''
|
||||||
|
labels: bug
|
||||||
|
assignees: ''
|
||||||
|
---
|
||||||
|
|
||||||
|
## Describe your issue
|
||||||
|
|
||||||
|
## Further context
|
||||||
|
|
||||||
|
<!-- If helpful please provide screenshots, logs, links to other related issues. -->
|
|
@ -0,0 +1,29 @@
|
||||||
|
---
|
||||||
|
name: Stale issue report
|
||||||
|
about: Report issues with using the stale action
|
||||||
|
title: ''
|
||||||
|
labels: bug
|
||||||
|
assignees: ''
|
||||||
|
---
|
||||||
|
|
||||||
|
<!-- Have you tried the [debugging](https://github.com/actions/stale#debugging) section of the readme? -->
|
||||||
|
|
||||||
|
## Describe your issue
|
||||||
|
|
||||||
|
## Your stale action configuration
|
||||||
|
|
||||||
|
<!-- This is an example config, please copy/paste your config into it. -->
|
||||||
|
|
||||||
|
```yml
|
||||||
|
jobs:
|
||||||
|
stale:
|
||||||
|
runs-on: ...
|
||||||
|
steps:
|
||||||
|
- uses: actions/stale@...
|
||||||
|
with:
|
||||||
|
...
|
||||||
|
```
|
||||||
|
|
||||||
|
## Further context
|
||||||
|
|
||||||
|
<!-- If helpful please provide screenshots, logs, links to other related issues. -->
|
|
@ -0,0 +1,8 @@
|
||||||
|
<!-- List the change(s) you're making with this PR. -->
|
||||||
|
## Changes
|
||||||
|
- [x] ...
|
||||||
|
|
||||||
|
## Context
|
||||||
|
|
||||||
|
<!-- Explain why you're making the change(s). -->
|
||||||
|
<!-- If you're closing an issue with this PR, [link them with a keyword](https://docs.github.com/en/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword). -->
|
Loading…
Reference in New Issue