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"
name
:
Bug Report
description
:
"
Submit
a
bug
report"
description
:
File a bug report
labels
:
[
"
bug"
,
"
triage"
]
labels
:
[
"
bug"
,
"
triage"
]
body
:
body
:
-
type
:
"
markdown"
-
type
:
markdown
attributes
:
attributes
:
value
:
|
value
:
|
Thanks for reporting a bug 🐛!
Thanks for reporting a bug 🐛!
Please search open/closed issues before submitting. Someone
Please search open/closed issues before submitting. Someone might have had the similar problem before 😉!
might have had the similar problem before 😉!
-
type
:
"
textarea"
-
type
:
textarea
id
:
"
description"
id
:
description
attributes
:
attributes
:
label
:
"
Description"
label
:
Description
description
:
"
A
brief
description
of
the
issue."
description
:
A brief description of the issue.
placeholder
:
|
placeholder
:
|
When I ____, I expected ____ to happen but ____ happened instead.
When I ____, I expected ____ to happen but ____ happened instead.
validations
:
validations
:
required
:
true
required
:
true
-
type
:
"
input"
-
type
:
input
id
:
"
link"
id
:
link
attributes
:
attributes
:
label
:
"
Link
to
the
page"
label
:
Link to the page
description
:
"
The
link
to
the
page
where
the
issue
occurs."
description
:
The link to the page where the issue occurs.
placeholder
:
"
https://eth.blockscout.com"
placeholder
:
https://eth.blockscout.com
validations
:
validations
:
required
:
true
required
:
true
-
type
:
"
textarea"
-
type
:
textarea
id
:
"
steps"
id
:
steps
attributes
:
attributes
:
label
:
"
Steps
to
reproduce"
label
:
Steps to reproduce
description
:
|
description
:
|
Explain how to reproduce the issue in the development environment.
Explain how to reproduce the issue in the development environment.
value
:
|
value
:
|
...
@@ -41,35 +40,45 @@ body:
...
@@ -41,35 +40,45 @@ body:
3. Scroll down to '...'
3. Scroll down to '...'
4. See error
4. See error
-
type
:
"
input"
-
type
:
input
id
:
"
version"
id
:
version
attributes
:
attributes
:
label
:
"
App
version"
label
:
App version
description
:
"
The
version
of
the
front-end
app
you
use.
You
can
find
it
in
the
footer
of
the
page"
description
:
The version of the front-end app you use. You can find it in the footer of the page
placeholder
:
"
v1.2.0"
placeholder
:
v1.2.0
validations
:
validations
:
required
:
true
required
:
true
-
type
:
"
input"
-
type
:
dropdown
id
:
"
browser"
id
:
browser
# validations:
# required: true
attributes
:
attributes
:
label
:
"
Browser"
label
:
Browser
description
:
"
The
browser(s)
this
issue
occurred
with."
description
:
What browsers are you seeing the problem on?
placeholder
:
"
Google
Chrome
93"
multiple
:
true
options
:
-
Firefox
-
Chrome
-
Safari
-
Microsoft Edge
-
Other (please specify in the comment)
-
type
:
"
dropdown"
-
type
:
dropdown
id
:
"
operating-system"
id
:
operating-system
# validations:
# required: true
attributes
:
attributes
:
label
:
"
Operating
system"
label
:
Operating system
description
:
"
The
operating
system
this
issue
occurred
with."
description
:
The operating system this issue occurred with.
options
:
options
:
-
label
:
"
macOS"
-
label
:
macOS
-
label
:
"
Windows"
-
label
:
Windows
-
label
:
"
Linux"
-
label
:
Linux
-
type
:
"
textarea"
-
type
:
textarea
id
:
"
additional-information"
id
:
additional-information
attributes
:
attributes
:
label
:
"
Additional
information"
label
:
Additional information
description
:
|
description
:
|
Use this section to provide any additional information you might have (e.g screenshots or screencasts)
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