mirror of
https://github.com/smartcontractkit/full-blockchain-solidity-course-js.git
synced 2026-09-10 10:46:01 +00:00
updated for github issue template
This commit is contained in:
@@ -0,0 +1,56 @@
|
||||
name: Code Mistake
|
||||
description: File an issue with one of the code repositories.
|
||||
labels: ["code-bug"]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Please ensure that the bug has not already been filed in the issue tracker.
|
||||
|
||||
Thanks for taking the time to report this bug!
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: Component
|
||||
description: Which lesson is this an issue for?
|
||||
multiple: false
|
||||
options:
|
||||
- Lesson 1
|
||||
- Lesson 2
|
||||
- Lesson 3
|
||||
- Lesson 4
|
||||
- Lesson 5
|
||||
- Lesson 6
|
||||
- Lesson 7
|
||||
- Lesson 8
|
||||
- Lesson 9
|
||||
- Lesson 10
|
||||
- Lesson 11
|
||||
- Lesson 12
|
||||
- Lesson 13
|
||||
- Lesson 14
|
||||
- Lesson 15
|
||||
- Lesson 16
|
||||
- Lesson 17
|
||||
- Lesson 18
|
||||
- Other (please describe)
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
attributes:
|
||||
label: Could you please leave a link to the timestamp in the video where this error occurs? (You can right click a video and "copy video URL at current time")
|
||||
placeholder: "https://www.youtube.com/watch?v=M576WGiDBdQ&t=21247s"
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: Operating System
|
||||
description: What operating system are you on?
|
||||
options:
|
||||
- Windows
|
||||
- macOS (Intel)
|
||||
- macOS (Apple Silicon)
|
||||
- Linux
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Describe the bug
|
||||
description: Please include relevant code snippets as well if relevant. Remember to format!
|
||||
validations:
|
||||
required: true
|
||||
Reference in New Issue
Block a user