Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: create bug/feature/PR template, configure template chooser #397

Merged
merged 16 commits into from May 7, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1 @@
blank_issues_enabled: false
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/other_issue_report.md
@@ -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. -->
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/stale_issue_report.md
@@ -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

HonkingGoose marked this conversation as resolved.
Show resolved Hide resolved
<!-- 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. -->
8 changes: 8 additions & 0 deletions .github/pull_request_template.md
@@ -0,0 +1,8 @@
<!-- List the change(s) you're making with this PR. -->
HonkingGoose marked this conversation as resolved.
Show resolved Hide resolved
## 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). -->