mirror of
https://github.com/smartcontractkit/full-blockchain-solidity-course-js.git
synced 2026-09-10 02:35:58 +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
|
||||
@@ -0,0 +1,5 @@
|
||||
blank_issues_enabled: true
|
||||
contact_links:
|
||||
- name: Anything Else
|
||||
url: https://github.com/smartcontractkit/full-blockchain-solidity-course-js/discussions
|
||||
about: For anything else that is a question about the course, looking to show off something cool, connect with other developers, or looking for support, please head over to the discussions tab!
|
||||
@@ -0,0 +1,10 @@
|
||||
name: Repo Enhancement
|
||||
description: If you have a suggestion on how to make this repository better, please let us know!
|
||||
labels: ["repo-enhancement"]
|
||||
body:
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Describe the enhancement
|
||||
description: The more information the better! Thanks for making this issue!
|
||||
validations:
|
||||
required: true
|
||||
@@ -0,0 +1,47 @@
|
||||
name: Video Mistake
|
||||
description: File an issue when Patrick made a mistake in the video.
|
||||
labels: ["video-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: 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