Skip to content

Commit

Permalink
Merge pull request HarshCasper#729 from vybhav72954/iss_624
Browse files Browse the repository at this point in the history
Added New Issue Templates and Configuration
  • Loading branch information
HarshCasper authored Feb 10, 2021
2 parents 21eec7f + 30ef594 commit 9c2e41c
Show file tree
Hide file tree
Showing 4 changed files with 267 additions and 16 deletions.
53 changes: 41 additions & 12 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,49 @@ assignees: ''

---

**Describe the bug**
# Description
A clear and concise description of what the bug is.

<!--
_________________________________________________THESE ARE COMMENTS____________________________________________________
Name of the bug is as simple as it sounds, just name the bug.
______________________________________________________________________________________________________________________
-->

<!--
_________________________________________________THESE ARE COMMENTS____________________________________________________
About - Now Summarize your bug in as few words as possible. Use something like this now:
"Found a bug in this."
______________________________________________________________________________________________________________________
-->

<!--
_________________________________________________THESE ARE COMMENTS____________________________________________________
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.
______________________________________________________________________________________________________________________
-->


<!--
_________________________________________________THESE ARE COMMENTS____________________________________________________
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.
______________________________________________________________________________________________________________________
-->

## Checklist

|name|about|labels|assignees|
|----|-----|------|---------|
|Bug|Found a bug! File it using this template!|bug|self-assign if you want to work on this issue else leave blank|

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
Expand All @@ -23,16 +63,5 @@ A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

**Additional context**
Add any other context about the problem here.
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
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).
74 changes: 70 additions & 4 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,81 @@ labels: ''
assignees: ''

---
**This should not be confused with New Scripts**
**A feature is supposed to be increase the functionality of this project, New Website? New Idea? New GitHUb Action etc.**
**You are at the right place**

**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____________________________________________________
First of all thank you for coming here, although we are being repetitive, this is not a place to recommend
additional script, If you are here with a new feature for us. Awesome
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
So what is new feature?
Any new functionality that benefits the Repo (apart from new scripts). Like:
- GitHub Actions
- New guidelines
- Automating something
- Size Reduction
- Website Ideas etc
Let's start with description
______________________________________________________________________________________________________________________
-->

# Description

Describe the new feature you are proposing.

<!--
_________________________________________________THESE ARE COMMENTS____________________________________________________
problem/motivation -
Have you faced any problem in the Repo? Or maybe you have a suggestion to make other's life easier, Please explain.
______________________________________________________________________________________________________________________
-->

<!--
_________________________________________________THESE ARE COMMENTS____________________________________________________
possible solution -
How can we solve this, do you have any idea as of now?
______________________________________________________________________________________________________________________
-->

<!--
_________________________________________________THESE ARE COMMENTS____________________________________________________
assignees -
Do you want to sort this out? or shall we ask someone else, needless to say, we appreciate your reporting as well.
______________________________________________________________________________________________________________________
-->

| name | problem/motivation | possible solution | assignees |
| --------------- | ------------------------------------------------------ | ------- | -------------------------------------------------------------- |
| Feature Name | Details (Motivation behind) about your feature request | Do you have a possible solution in your mind? | self-assign if you want to work on this feature else leave it |

<!--
_________________________________________________THESE ARE COMMENTS____________________________________________________
Any Alternative that you have thought of, maybe you know a Bot, or something on another Repository, anything helps
______________________________________________________________________________________________________________________
-->

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

<!--
_________________________________________________THESE ARE COMMENTS____________________________________________________
Anything else we should know?
______________________________________________________________________________________________________________________
-->

**Additional context**
Add any other context or screenshots about the feature request here.

<!--
_________________________________________________THESE ARE COMMENTS____________________________________________________
Please provide us wth screenshots, or proof of the problem here. Just so that we know what you are trying to pinpoint.
______________________________________________________________________________________________________________________
-->
**Screenshots/Proof of Concept**
<!-- Use a website like Imgur to add your image, alternatively you can also upload from your device as well.-->
148 changes: 148 additions & 0 deletions .github/ISSUE_TEMPLATE/script_request.md
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
______________________________________________________________________________________________________________________
-->

0 comments on commit 9c2e41c

Please sign in to comment.