Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
Improve issue templates (#2528)
Browse files Browse the repository at this point in the history
* Improve dev-request

* Improve feature request

* Minor dev exp. fixes
  • Loading branch information
ILIYANGERMANOV authored Sep 2, 2023
1 parent c0b84e5 commit 359f4b0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 15 deletions.
15 changes: 3 additions & 12 deletions .github/ISSUE_TEMPLATE/dev-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,8 @@ body:
attributes:
label: Please confirm the following
options:
- label: I checked [the current issues](https://github.com/Ivy-Apps/ivy-wallet/issues) for duplicate problems
- label: I checked [the current issues](https://github.com/Ivy-Apps/ivy-wallet/issues) for duplicate issues.
required: true
- type: dropdown
id: project-building
attributes:
label: Is the project building?
options:
- "Yes"
- "No"
validations:
required: false
- type: textarea
id: description
attributes:
Expand All @@ -39,11 +30,11 @@ body:
- e
- f
validations:
required: false
required: true
- type: textarea
id: other
attributes:
label: Other
label: Description
description: Share your thoughts in free format.
validations:
required: false
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ body:
attributes:
label: Please confirm the following
options:
- label: I checked [the current issues](https://github.com/Ivy-Apps/ivy-wallet/issues) for duplicate problems
- label: I checked [the current issues](https://github.com/Ivy-Apps/ivy-wallet/issues) for duplicate issues
required: true
- type: textarea
id: description
Expand Down
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Please check if your pull request fulfills the following requirements:
- [ ] The PR is submitted to the `main` branch.
- [ ] I've read the **[Contribution Guidelines](https://github.com/Ivy-Apps/ivy-wallet/blob/main/CONTRIBUTING.md)**.
- [ ] The code builds and is tested on an actual a real device.
- [ ] The code builds and is tested on a real Android device.
- [ ] I confirm that I've run the code locally and everything works as expected.
- [ ] Request a review from **@ILIYANGERMANOV**.

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
lint:
test:
# The type of runner that the job will run on
runs-on: ubuntu-latest

Expand Down

0 comments on commit 359f4b0

Please sign in to comment.