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 1 commit
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
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,19 @@
---
name: Bug report
about: Report a bug. Do not report security concerns this way.
title: ''
labels: bug
assignees: ''
---

<!-- Please do not talk about security concerns here. Go to https://hackerone.com/github to report security concerns. -->

## Describe the bug

## Steps to reproduce the bug
HonkingGoose marked this conversation as resolved.
Show resolved Hide resolved

## Describe the expected behavior
HonkingGoose marked this conversation as resolved.
Show resolved Hide resolved

## Further context

<!-- If helpful please provide screenshots, logs, links to other related issues. -->
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,11 @@
blank_issues_enabled: false
contact_links:
- name: Security concerns
url: https://hackerone.com/github
about: Report security concerns on HackerOne.
- name: Questions about writing workflow or action files?
url: https://github.community/c/code-to-cloud/github-actions
HonkingGoose marked this conversation as resolved.
Show resolved Hide resolved
about: Visit the GitHub Community Forum's Actions Board.
- name: Issue or question about GitHub Actions
url: https://help.github.com/en/articles/about-github-actions#contacting-support
about: If you are having an issue or question about GitHub Actions then please contact customer support
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,21 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: ''
---

<!-- Please do not talk about security concerns here. Go to https://hackerone.com/github to report security concerns. -->

## Describe your idea

## What problem does your idea solve?

## Are there alternative ways to do the same thing?

## Further context

<!-- If helpful please provide screenshots, logs, links to other related issues. -->

## Do you want to help out to implement your idea?
7 changes: 7 additions & 0 deletions .github/pull_request_template.md
@@ -0,0 +1,7 @@
## Changes

<!-- List the change(s) you're making with this PR. -->
HonkingGoose marked this conversation as resolved.
Show resolved Hide resolved

## Context

<!-- Explain why you're making the change(s). If you're closing an issue with this PR use the Closes keyword and the issue number like this: Closes #123 -->
HonkingGoose marked this conversation as resolved.
Show resolved Hide resolved