Skip to content

Commit

Permalink
Revert "chore: new issue form templates #149"
Browse files Browse the repository at this point in the history
This reverts commit beeba1d.
  • Loading branch information
ipapandinas authored Mar 25, 2024
1 parent a25b192 commit 3d223d1
Show file tree
Hide file tree
Showing 5 changed files with 69 additions and 111 deletions.
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/backlog-ticket.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: Backlog Ticket
about: New feature/ticket for the project
title: ''
labels: ''
assignees: ''

---

# Overview (What and Why)
{Write description of what the feature should be, why}

# How
{Describe what needs to be done.}

- [ ] Task 1
- [ ] Task 2

# Definition of Done
{Write definition of done, how to verify}

- [ ] Unit test cases (delete if not applicable)
- [ ] Docs updated (delete if not applicable)
- [ ] PR approved and merged to master (delete if not applicable)

# Open Issues and Blockers
{Dependencies issue or PR or some other blocker.}
67 changes: 0 additions & 67 deletions .github/ISSUE_TEMPLATE/bug-report.yml

This file was deleted.

42 changes: 42 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG]"
labels: bug
assignees: ''

---

**Description**

> Tell us what happened. In particular, tell us how and why you are using this project, and describe the bug that you encountered. Please note that we are not able to support all conceivable use cases, but the more information you are able to provide the more equipped we will be to help.
**Steps to Reproduce**

> Replace the example steps below with actual steps to reproduce the bug you're reporting.
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected vs. Actual Behavior**

> What did you expect to happen after you followed the steps you described in the last section? What actually happened?
**Environment**

> Describe the environment in which you encountered this bug. Use the list below as a starting point and add additional information if you think it's relevant.
- Operating system:
- Project version/tag: (run 'swanky version')
- Rust version (run `rustup show`):
- Node version (run `node --version`)

**Logs, Errors or Screenshots**

> Please provide the text of any logs or errors that you experienced; if applicable, provide screenshots to help illustrate the problem.
**Additional Information**

> Please add any other details that you think may help us solve your problem.
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

43 changes: 0 additions & 43 deletions .github/ISSUE_TEMPLATE/new-feature.yml

This file was deleted.

0 comments on commit 3d223d1

Please sign in to comment.