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
ece998de
Commit
ece998de
authored
Jun 08, 2023
by
tom
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix issue templates
parent
6943895e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
84 additions
and
0 deletions
+84
-0
bug_report.yml
.github/ISSUE_TEMPLATE/bug_report.yml
+84
-0
config.yml
.github/ISSUE_TEMPLATE/config.yml
+0
-0
No files found.
.github/ISSUE_TEMPLATE/bug_report.y
a
ml
→
.github/ISSUE_TEMPLATE/bug_report.yml
View file @
ece998de
name
:
"
Bug
Report"
description
:
"
Submit
a
bug
report"
name
:
Bug Report
description
:
File a bug report
labels
:
[
"
bug"
,
"
triage"
]
body
:
-
type
:
"
markdown"
-
type
:
markdown
attributes
:
value
:
|
Thanks for reporting a bug 🐛!
Please search open/closed issues before submitting. Someone
might have had the similar problem before 😉!
Please search open/closed issues before submitting. Someone might have had the similar problem before 😉!
-
type
:
"
textarea"
id
:
"
description"
-
type
:
textarea
id
:
description
attributes
:
label
:
"
Description"
description
:
"
A
brief
description
of
the
issue."
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"
-
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"
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"
-
type
:
textarea
id
:
steps
attributes
:
label
:
"
Steps
to
reproduce"
label
:
Steps to reproduce
description
:
|
Explain how to reproduce the issue in the development environment.
value
:
|
...
...
@@ -41,35 +40,45 @@ body:
3. Scroll down to '...'
4. See error
-
type
:
"
input"
id
:
"
version"
-
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"
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"
-
type
:
dropdown
id
:
browser
# validations:
# required: true
attributes
:
label
:
"
Browser"
description
:
"
The
browser(s)
this
issue
occurred
with."
placeholder
:
"
Google
Chrome
93"
label
:
Browser
description
:
What browsers are you seeing the problem on?
multiple
:
true
options
:
-
Firefox
-
Chrome
-
Safari
-
Microsoft Edge
-
Other (please specify in the comment)
-
type
:
"
dropdown"
id
:
"
operating-system"
-
type
:
dropdown
id
:
operating-system
# validations:
# required: true
attributes
:
label
:
"
Operating
system"
description
:
"
The
operating
system
this
issue
occurred
with."
label
:
Operating system
description
:
The operating system this issue occurred with.
options
:
-
label
:
"
macOS"
-
label
:
"
Windows"
-
label
:
"
Linux"
-
label
:
macOS
-
label
:
Windows
-
label
:
Linux
-
type
:
"
textarea"
id
:
"
additional-information"
-
type
:
textarea
id
:
additional-information
attributes
:
label
:
"
Additional
information"
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.y
a
ml
→
.github/ISSUE_TEMPLATE/config.yml
View file @
ece998de
File moved
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