Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
frontend
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vicotor
frontend
Commits
6943895e
Commit
6943895e
authored
Jun 08, 2023
by
tom
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
issue templates
parent
522846a3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
83 additions
and
0 deletions
+83
-0
bug_report.yaml
.github/ISSUE_TEMPLATE/bug_report.yaml
+75
-0
config.yaml
.github/ISSUE_TEMPLATE/config.yaml
+8
-0
No files found.
.github/ISSUE_TEMPLATE/bug_report.yaml
0 → 100644
View file @
6943895e
name
:
"
Bug
Report"
description
:
"
Submit
a
bug
report"
labels
:
[
"
bug"
,
"
triage"
]
body
:
-
type
:
"
markdown"
attributes
:
value
:
|
Thanks for reporting a bug 🐛!
Please search open/closed issues before submitting. Someone
might have had the similar problem before 😉!
-
type
:
"
textarea"
id
:
"
description"
attributes
:
label
:
"
Description"
description
:
"
A
brief
description
of
the
issue."
placeholder
:
|
When I ____, I expected ____ to happen but ____ happened instead.
validations
:
required
:
true
-
type
:
"
input"
id
:
"
link"
attributes
:
label
:
"
Link
to
the
page"
description
:
"
The
link
to
the
page
where
the
issue
occurs."
placeholder
:
"
https://eth.blockscout.com"
validations
:
required
:
true
-
type
:
"
textarea"
id
:
"
steps"
attributes
:
label
:
"
Steps
to
reproduce"
description
:
|
Explain how to reproduce the issue in the development environment.
value
:
|
1. Go to '...'
2. Click on '...'
3. Scroll down to '...'
4. See error
-
type
:
"
input"
id
:
"
version"
attributes
:
label
:
"
App
version"
description
:
"
The
version
of
the
front-end
app
you
use.
You
can
find
it
in
the
footer
of
the
page"
placeholder
:
"
v1.2.0"
validations
:
required
:
true
-
type
:
"
input"
id
:
"
browser"
attributes
:
label
:
"
Browser"
description
:
"
The
browser(s)
this
issue
occurred
with."
placeholder
:
"
Google
Chrome
93"
-
type
:
"
dropdown"
id
:
"
operating-system"
attributes
:
label
:
"
Operating
system"
description
:
"
The
operating
system
this
issue
occurred
with."
options
:
-
label
:
"
macOS"
-
label
:
"
Windows"
-
label
:
"
Linux"
-
type
:
"
textarea"
id
:
"
additional-information"
attributes
:
label
:
"
Additional
information"
description
:
|
Use this section to provide any additional information you might have (e.g screenshots or screencasts)
\ No newline at end of file
.github/ISSUE_TEMPLATE/config.yaml
0 → 100644
View file @
6943895e
blank_issues_enabled
:
false
contact_links
:
-
name
:
Ask a question
url
:
https://github.com/orgs/blockscout/discussions
about
:
Ask questions and discuss topics with other community members
-
name
:
Join our Discord Server
url
:
https://discord.gg/blockscout
about
:
The official Blockscout Discord community
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment