Skip to content

Commit

Permalink
Merge pull request #300 from cisagov/add_organization_issue_templates
Browse files Browse the repository at this point in the history
Add cisagov/.github ISSUE_TEMPLATE Files
  • Loading branch information
mcdonnnj authored Dec 17, 2020
2 parents dddefa6 + 0919aa4 commit 900a5d8
Show file tree
Hide file tree
Showing 4 changed files with 94 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: 🐛 Bug report
about: Create a report to help us improve
---

# 🐛 Bug Report

A clear and concise description of what the bug is.

## To Reproduce

Steps to reproduce the behavior:

- Do this
- Then this

## Expected behavior

A clear and concise description of what you expected to happen.

## Any helpful log output

Paste the results here:

```bash

```
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: 🚀 Feature Proposal
about: Submit a proposal for a new feature
---

# 🚀 Feature Proposal

A clear and concise description of what the feature is.

## Motivation

Please outline the motivation for the proposal.

## Example

Please provide an example for how this feature would be used.

## Pitch

Why does this feature belong in this project?
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: 💬 Questions / Help
about: If you have questions, please send us an Email
---

# 💬 Questions and Help

## Please note that this issue tracker is not a help forum

## This issue will be closed

## For questions or help please use the contacts below

- ✉️ [Email NCATS support](mailto:ncats_info@hq.dhs.gov)
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/regression.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
name: 💥 Regression Report
about: Report unexpected behavior that worked in previous versions
---

# 💥 Regression Report

A clear and concise description of what the regression is.

## Last working version

Worked up to version:

Stopped working in version:

## To Reproduce

Steps to reproduce the behavior:

- Do this
- Then this

## Expected behavior

A clear and concise description of what you expected to happen.

## Any helpful log output

Paste the results here:

```bash

```

0 comments on commit 900a5d8

Please sign in to comment.