Merge pull request #8537 from blockscout/vb-fix-issue-template

Fix issue template
pull/8546/head
Victor Baranov 1 year ago committed by GitHub
commit 12028d401e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 36
      .github/ISSUE_TEMPLATE/bug_report.yml
  2. 2
      CHANGELOG.md
  3. 22
      ISSUE_TEMPLATE.md

@ -22,11 +22,11 @@ body:
attributes:
label: Type of the installation
description: How the application has been deployed.
options:
- Docker-compose
- Manual from the source code
- Helm charts
- Docker
options:
- Docker-compose
- Manual from the source code
- Helm charts
- Docker
validations:
required: true
@ -35,15 +35,15 @@ body:
attributes:
label: Type of the JSON RPC archive node
description: Which type of archive node is used.
options:
- Erigon
- Geth
- Nethermind
- Reth
- PolygonEdge
- Besu
- OpenEthereum
- Other
options:
- Erigon
- Geth
- Nethermind
- Reth
- PolygonEdge
- Besu
- OpenEthereum
- Other
validations:
required: true
@ -52,10 +52,10 @@ body:
attributes:
label: Type of the chain
description: Type of the chain.
options:
- L1
- L2
- Other
options:
- L1
- L2
- Other
- type: input
id: link

@ -15,7 +15,7 @@
### Chore
- [#8536](https://github.com/blockscout/blockscout/pull/8536) - New issue template
- [#8536](https://github.com/blockscout/blockscout/pull/8536), [#8537](https://github.com/blockscout/blockscout/pull/8537) - New issue template
- [#8529](https://github.com/blockscout/blockscout/pull/8529) - Move PolygonEdge-related migration to the corresponding ecto repository
- [#8504](https://github.com/blockscout/blockscout/pull/8504) - Deploy new UI through Makefile
- [#8501](https://github.com/blockscout/blockscout/pull/8501) - Conceal secondary ports in docker compose setup

@ -1,22 +0,0 @@
*Describe your issue here.*
### Environment
* Deployment type (Manual/Docker/Docker-compose):
* Elixir & Erlang/OTP versions (`elixir -version`):
* Node JS version (`node -v`):
* Operating System:
* Blockscout Version/branch/commit:
* Archive node type && version (Erigon/Geth/Nethermind/Ganache/?):
### Steps to reproduce
*Tell us how to reproduce this issue. ❤ if you can push up a branch to your fork with a regression test we can run to reproduce locally.*
### Expected behaviour
*Tell us what should happen.*
### Actual behaviour
*Tell us what happens instead.*
Loading…
Cancel
Save