Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
campb303 authored Dec 3, 2020
1 parent 4e15c4b commit 796f746
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 1 deletion.
41 changes: 41 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report----.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
name: "Bug Report \U0001F41B "
about: Create a bug report for webqueue2.
title: ''
labels: bug
assignees: ''

---

<!-- Provide a general summary of the issue in the Title above -->

<!--
Thank you very much for contributing to webqueue2 by creating an issue! ❤️
To avoid duplicate issues we ask you to check off the following list.
-->

<!-- Checked checkbox should look like this: [x] -->

- [ ] I have searched the [issues](https://github.itap.purdue.edu/ECN/webqueue2/issues) of this repository and believe that this is not a duplicate.

## What Happened
<!--Describe the issue in detail-->


## Expected Behavior
<!--Explain how what happened is different from what you wanted to happen-->


## Steps to Reproduce
<!--Explain the exact steps one would take to experience the issue. If applicable, add screenshots or screen recordings.-->
1.
2.
3.


### Logs
<!-- If applicable, please share logs or error messages. (This only applies to people using the API, not webqueue2 in the browser)
-->


<!--Please be sure to preview your issue before saving. Thanks!-->
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request---.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
name: "Feature Request \U0001F4EE"
about: Suggest a new idea for the project
title: ''
labels: feature-request
assignees: ''

---

<!-- Provide a description of the feature in the Title above -->

<!--
Thank you very much for contributing to webqueue2 by creating an issue! ❤️
To avoid duplicate issues we ask you to check off the following list.
-->

<!-- Checked checkbox should look like this: [x] -->

- [ ] I have searched the [issues](https://github.itap.purdue.edu/ECN/webqueue2/issues) of this repository and believe that this is not a duplicate.

## Problem
<!-- Describe the problem that this new feature or idea is meant to address. Include screen recording/screen shots where applicable. -->


## Proposal
<!-- Describe the new feature or idea that you would like to propose. -->


### Examples
<!-- List any supporting examples of how others have implemented this feature. Add screenshots/webpages where applicable. -->


<!--Please be sure to preview your issue before saving. Thanks!-->
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Feature request
about: Suggest an idea for the Webqueue2 project
title: '['
title: ''
labels: feature-request
assignees: ''

Expand Down

0 comments on commit 796f746

Please sign in to comment.