forked from HarshCasper/Rotten-Scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request HarshCasper#729 from vybhav72954/iss_624
Added New Issue Templates and Configuration
- Loading branch information
Showing
4 changed files
with
267 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Want to Discuss something? | ||
url: https://github.com/HarshCasper/Rotten-Scripts/discussions/ | ||
about: For any Discussion, Query. | ||
- name: Guidelines | ||
url: https://github.com/HarshCasper/Rotten-Scripts/blob/master/CONTRIBUTING.md | ||
about: Our contribution guidelines (Please go through them). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,148 @@ | ||
--- | ||
name: Additional Script | ||
about: Suggest an additional script. | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**This template is strictly for requesting New Scripts, if you want a new feature (automating this Repo,** | ||
**a change in structure) in the Repo,** | ||
**or you want to report a Bug. There are other templates which you should follow** | ||
|
||
<!-- | ||
_________________________________________________THESE ARE COMMENTS____________________________________________________ | ||
Kindly Provide a detailed description of the script you want. | ||
Please understand that a simple line like---- | ||
"A script to add this functionality." | ||
might not be really helpful, neither for us nor for you. | ||
Kindly try to explain the details and the small tit-bits of the script, this way | ||
the maintainers knows what to expect form the corresponding PR, and the contributor | ||
to whom the issue is assigned has a goof knowledge of how to continue. | ||
______________________________________________________________________________________________________________________ | ||
--> | ||
|
||
# Description | ||
|
||
Please include a summary of the issue. <!-- Delete this line afterwards --> | ||
|
||
<!-- | ||
_________________________________________________THESE ARE COMMENTS____________________________________________________ | ||
This Repository has scripts in multiple languages. | ||
If you believe that a similar script is possible in other language as well, mention it here. | ||
If not you someone else can take that language. | ||
______________________________________________________________________________________________________________________ | ||
--> | ||
|
||
## Language | ||
|
||
- [ ] Bash | ||
- [ ] Go | ||
- [ ] Javascript | ||
- [ ] Powershell | ||
- [ ] Python | ||
- [ ] Other (Please specify) | ||
|
||
<!-- | ||
_________________________________________________THESE ARE COMMENTS____________________________________________________ | ||
Please delete the useless options, we cant stress this more. The cleaner the issue looks, the better. | ||
______________________________________________________________________________________________________________________ | ||
--> | ||
|
||
## Checklist: | ||
|
||
- **Details on the Script** | ||
|
||
<!-- | ||
_________________________________________________THESE ARE COMMENTS____________________________________________________ | ||
This is the most important part of the issue, kindly read the description, we know you underatnd all this really well, but | ||
please go through the guidelines once :) | ||
--> | ||
|
||
<!-- | ||
Name of script is as simple as it sounds, just name your script. | ||
--> | ||
|
||
<!-- | ||
About - Now Summarize your Script in as few words as possible. Use something like this now: | ||
"A script to add this functionality." | ||
--> | ||
|
||
<!-- | ||
Maybe you want a specific Label? | ||
Participating in a competition? | ||
Put the label here. | ||
Remember to check the Labels beforehand though :) | ||
If you are not sure, the acronym usually is the label. | ||
Still, if you are unsure, just put the Acronym here, one of the mods will deal with it. | ||
--> | ||
|
||
|
||
<!-- | ||
Assignees - We know that you want to work on your script, lets just make it official :) | ||
Just enter your GitHub Handle in the column (USE @). For Example @vybhav72954 | ||
Maybe you dont want to work, just leave that column empty, and see the magic of our contributors. | ||
______________________________________________________________________________________________________________________ | ||
--> | ||
|
||
| name | about | labels | assignees | | ||
| --------------- | ------------------------------------------------------ | ------- | -------------------------------------------------------------- | | ||
| Name of Script | Details of the script | feature | self-assign if you want to work on this issue else leave blank | | ||
|
||
<!-- | ||
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
********************************************* A DEMO ********************************************* | ||
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
This is what it should look like---- | ||
| name | about | labels | assignees | | ||
| --------------- | ------------------------------------------------------ | ------- | -------------------------------------------------------------- | | ||
| Self Assign Action | A Github Action that can auto-assign issues | feature | @vybhav72954 | | ||
______________________________________________________________________________________________________________________ | ||
--> | ||
|
||
<!-- | ||
_________________________________________________THESE ARE COMMENTS____________________________________________________ | ||
The lack of automation in GitHub README.md always triggers me, so is your problem similar? Tell us about it. | ||
______________________________________________________________________________________________________________________ | ||
--> | ||
**Is your feature request related to a problem? Please describe.**: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
<!-- | ||
_________________________________________________THESE ARE COMMENTS____________________________________________________ | ||
Just give us an Idea, What should we expect? maybe tell us about the modules you will use. | ||
Or the tech stack, anything works. | ||
______________________________________________________________________________________________________________________ | ||
--> | ||
**Describe the solution you'd like**: A clear and concise description of what you want to happen. | ||
|
||
<!-- | ||
_________________________________________________THESE ARE COMMENTS____________________________________________________ | ||
Anything else that we should know? | ||
______________________________________________________________________________________________________________________ | ||
--> | ||
**Additional context**: Add any other context or screenshots about the feature request here. | ||
|
||
<!-- | ||
_________________________________________________THESE ARE COMMENTS____________________________________________________ | ||
Did you typed your name in assignees column. | ||
Try commenting </assign> (Without the angular brackets) after all the checks have completed. | ||
Remember YOU NEED TO ADD YOUR github handle in THE ASSIGNEE COLUMN | ||
______________________________________________________________________________________________________________________ | ||
--> |