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

Commit

Permalink
Merge pull request #814 from ILIYANGERMANOV/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
ILIYANGERMANOV authored Apr 30, 2022
2 parents 16d25fa + bb5d2bc commit cba5055
Show file tree
Hide file tree
Showing 718 changed files with 20,442 additions and 5,046 deletions.
31 changes: 0 additions & 31 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

63 changes: 63 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
name: Bug Report
description: Create a report to help us improve
title: "[BUG] ..."
labels: ["bug"]
body:
- type: checkboxes
id: terms
attributes:
label: Please confirm the following
options:
- label: I checked [the current issues](https://github.com/ILIYANGERMANOV/ivy-wallet/issues) for duplicate problems
required: true
- type: textarea
id: bug-description
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is.
placeholder: I clicked something and my millions are not displayed anymore!
validations:
required: true
- type: textarea
id: reproduce
attributes:
label: To Reproduce
description: "Steps to reproduce the behavior:"
placeholder: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
value: "1. "
validations:
required: false
- type: textarea
id: expected-behavior
attributes:
label: Expected behavior
description: A clear and concise description of what you expected to happen.
placeholder: My millions should be displayed!
validations:
required: false
- type: textarea
id: screenshots
attributes:
label: Screenshots
description: If applicable, add screenshots to help explain your problem.
validations:
required: false
- type: input
id: smartphone
attributes:
label: Smartphone
description: Specify the phone model and Android version.
placeholder: Samsung Galaxy S20 Ultra, Android 11
validations:
required: true
- type: textarea
id: additional
attributes:
label: Additional context
description: Add any other context about the problem here.
validations:
required: false
30 changes: 0 additions & 30 deletions .github/ISSUE_TEMPLATE/dev-contributor-request.md

This file was deleted.

56 changes: 56 additions & 0 deletions .github/ISSUE_TEMPLATE/dev-contributor-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
name: Dev/Contributor Request
description: Report a problem or suggest an improvement
labels: ["dev"]
body:
- type: checkboxes
id: terms
attributes:
label: Please confirm the following
options:
- label: I checked [the current issues](https://github.com/ILIYANGERMANOV/ivy-wallet/issues) for duplicate problems
required: true
- type: dropdown
id: project-building
attributes:
label: Is the project building?
options:
- "Yes"
- "No"
validations:
required: false
- type: textarea
id: description
attributes:
label: What would you like to improve?
description: "I want to:"
placeholder: |
- a
- b
- c
value: "- "
validations:
required: true
- type: textarea
id: because
attributes:
label: Because...
placeholder: |
- d
- e
- f
validations:
required: false
- type: textarea
id: other
attributes:
label: Other
description: Share your thoughts in free format.
validations:
required: false
- type: textarea
id: logs
attributes:
label: Logs
description: Share any logs or information that might help us resolve your issue faster.
validations:
required: false
34 changes: 0 additions & 34 deletions .github/ISSUE_TEMPLATE/feature-request.md

This file was deleted.

40 changes: 40 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
name: Feature Request
description: Request a feature to make Ivy Wallet better
title: "[FEATURES] ..."
labels: ["user request"]
body:
- type: checkboxes
id: terms
attributes:
label: Please confirm the following
options:
- label: I checked [the current issues](https://github.com/ILIYANGERMANOV/ivy-wallet/issues) for duplicate problems
required: true
- type: textarea
id: description
attributes:
label: What do you want to be added or improved?
description: "I want to:"
placeholder: As a user I want to ...
value: As a user I want to
validations:
required: true
- type: textarea
id: reason
attributes:
label: Why do you need it?
description: Explain with bullets why do you need it.
placeholder: |
- a
- b
- c
value: "- "
validations:
required: false
- type: textarea
id: because
attributes:
label: How do you imagine it?
description: Write any implementation details that might help us better fulfill your feature request.
validations:
required: false
44 changes: 0 additions & 44 deletions .github/ISSUE_TEMPLATE/import-csv-request.md

This file was deleted.

59 changes: 59 additions & 0 deletions .github/ISSUE_TEMPLATE/import-csv-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
name: Import CSV Request
description: Request an import CSV from specific app to be supported.
title: "[IMPORT] {APP_NAME} ({PACKAGE_NAME})"
labels: ["user request"]
body:
- type: checkboxes
id: terms
attributes:
label: Please confirm the following
options:
- label: I checked [the current issues](https://github.com/ILIYANGERMANOV/ivy-wallet/issues) for duplicate problems
required: true
- type: input
id: url-to-app
attributes:
label: Google PlayStore URL to the app from which you want to import
description: A clear and concise description of what the bug is.
placeholder: https://play.google.com/store/apps/details?id=com.cool.app
validations:
required: false
- type: textarea
id: csv-sample
attributes:
label: Attach Samples CSV from the app
description: Attach an exported CSV file from the app to this issue.
validations:
required: false
- type: dropdown
id: requirements
attributes:
label: CSV file requirements
multiple: true
options:
- includes Income type transaction
- includes Expense type transaction
- includes Transfer type transaction (optional)
- includes title, description, all attributes available in the app (optional)
validations:
required: false
- type: dropdown
id: cost
attributes:
label: Is CSV export from the app free?
options:
- "Yes"
- "No"
- It depends
validations:
required: false
- type: textarea
id: notes
attributes:
label: Developer/Contributor Notes
description: Just a few notes for developers. Ignore the content and don't change it, please.
value: |
- Checkout this **[Sample Commit](https://github.com/ILIYANGERMANOV/ivy-wallet/commit/323ed68343a0904ee33f226480716a30368fd646)** to see how import CSV works in Ivy Wallet
- Make sure that the imported dates of the transactions are correct"
validations:
required: true
1 change: 1 addition & 0 deletions .github/workflows/internal_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ jobs:
REPO: ${{ github.repository }}

- name: Create GitHub Release
if: always() #Execute even the generation of changelog has failed
id: create_release
uses: actions/create-release@latest
env:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Our plan is:
1. Create [Ivy Telegram Community](https://t.me/+ETavgioAvWg4NThk). :heavy_check_mark:
1. Create a crypto donations mechanism (BTC, ETH, ADA, SOL...)
1. Use the donations to setup a dev fund where contributors can earn money by helping the project.
1. Create a proposal and voting system based using Cardano (ADA) smart contracts.
1. Create a proposal and voting system using Cardano (ADA) smart contracts.
1. So far, so good! Let us know what do you think should be next?

Correct us, if we're wrong! Share your opinion. Be the change. :star:
Expand Down Expand Up @@ -154,7 +154,7 @@ compact **[Contributors Guide](https://github.com/ILIYANGERMANOV/ivy-wallet/blob
to begin.

TL;DR:
- Submit pull requests for bug fixes / code improvements
- Submit pull requests for bug fixes / code improvements to the `develop` branch
- Implement and submit PRs for opened issues
- Report (or fix) bugs/glitches
- Create new issues to give us ideas and feedback
Expand Down
Loading

0 comments on commit cba5055

Please sign in to comment.