Skip to content

Commit

Permalink
update issue template (#3414)
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinxie authored May 27, 2022
1 parent a1bc494 commit 06d2021
Show file tree
Hide file tree
Showing 7 changed files with 73 additions and 78 deletions.
11 changes: 1 addition & 10 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,16 @@ about: Create a bug report to help us improve
title: ''
labels: bug
assignees: ''

---

<!-- Please answer these questions when reporting a bug. Thanks! -->

### What version of iotex-core are you using (`ioctl version`)?


### What version of iotex-core image (or code branch) are you using?

### What operating system and processor architecture are you using?



### What did you do? If possible, provide a recipe for reproducing the error.



### What did you expect to see?



### What did you see instead?
13 changes: 10 additions & 3 deletions .github/ISSUE_TEMPLATE/enhancement.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,18 @@ about: Suggest an enhancement to iotex-core project
title: ''
labels: enhancement
assignees: ''

---

<!-- Please only use this template for submitting enhancement requests -->

**What would you like to be added**:
### What would you like to be added

### Why is this needed

### How important you think this is for IoTeX
- [] must have
- [] should have
- [] nice to have

**Why is this needed**:
### Additional information
Let us know any background or context that would help us better understand the request (for example the particular use-case that prompted this request)
22 changes: 0 additions & 22 deletions .github/ISSUE_TEMPLATE/failing-test.md

This file was deleted.

38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
name: Feature Request
about: New feature request to iotex-core project
title: ''
labels: feature
assignees: ''
---

<!-- Please only use this template for submitting feature requests -->

### Description of new feature request

### Is this a hard-fork (and height to be activated)
- [] Yes
- Name of activation height:

### Implementation plan
- [] Phase 1 description (PR number)
- [] Phase 2 description (PR number)
- [] Phase 3 description (PR number)

### Affected modules
- [] action
- [] actpool
- [] api
- [] blockchain
- [] blockindex
- [] blocksync
- [] chainservice
- [] config
- [] consensus
- [] db
- [] dispatcher
- [] ioctl
- [] p2p
- [] server
- [] state
- [] tools
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/refactor.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: Code refactor
about: File a code refactor task
title: ''
labels: refactor
assignees: ''
---

<!-- Please only use this template for submitting reports about failing tests in iotex-core CI jobs -->

### Description of the code refactor

### Why is this needed
- [] better/less memory usage
- [] reduce running time
- [] clean (easy-to-understand) data structure or algorithm
- [] remove dead code
- [] better code design or structure (like reduce complexity)
- [] reduce/decouple dependencies between code modules
- [] increase test coverage
- [] better code readability
41 changes: 0 additions & 41 deletions .github/ISSUE_TEMPLATE/rollout.md

This file was deleted.

5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
pprof*

# Binaries for programs and plugins
*.a
*.exe
*.dll
*.dylib
Expand All @@ -34,8 +35,8 @@ data/*

# binary
bin/*
**/release
*/release
coverage.txt
lint.log
*.log
.editorconfig

0 comments on commit 06d2021

Please sign in to comment.