Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Init something_else issue template - Closes #4368 #4412

Merged
merged 6 commits into from
Oct 5, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/something_else.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
name: Something Else
description: Have something that's not a Bug Report, Feature Request, or related to Documentation?
labels: ["Something Else"]
body:
- type: markdown
attributes:
value: |
If it's a:

- Announcement
- General Discussion
- Idea
- Question
- You'd like show everyone something you've built

please [Start A Discussion](https://github.com/ChainSafe/web3.js/discussions/new) instead of opening an issue
- type: checkboxes
attributes:
options:
- label: This is not a Bug Report, Feature Request, or related to Documentation
required: true
- type: checkboxes
attributes:
label: Is there an existing issue for this?
description: Please search to see if an issue already exists for this
options:
- label: I have searched the existing issues
required: true
- type: textarea
attributes:
label: What's up?
validations:
required: true
- type: textarea
attributes:
label: Examples/References
description: Do you have any examples or references regarding this?