-
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 #15 from 3um-Group/feat/issue-templates
Feat/issue templates
- Loading branch information
Showing
5 changed files
with
270 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
--- | ||
name: "π Bug Report" | ||
about: "Report an issue to help the project improve." | ||
title: "(bug) " | ||
labels: "Type: Bug" | ||
assignees: @frontend-developers | ||
|
||
--- | ||
|
||
# **π Bug Report** | ||
|
||
## **Describe the bug** | ||
<!-- A clear and concise description of what the bug is. --> | ||
|
||
* | ||
|
||
--- | ||
|
||
### **Is this a regression?** | ||
<!-- Did this behaviour used to work in the previous version? --> | ||
<!-- Yes, the last version in which this bug was not present was: ... --> | ||
|
||
--- | ||
|
||
### **To Reproduce** | ||
|
||
<!-- Steps to reproduce the error: | ||
(e.g.:) | ||
1. Use x argument / navigate to | ||
2. Fill this information | ||
3. Go to... | ||
4. See error --> | ||
|
||
<!-- Write the steps here (add or remove as many steps as needed)--> | ||
|
||
1. | ||
2. | ||
3. | ||
4. | ||
|
||
--- | ||
|
||
### **Expected behaviour** | ||
<!-- A clear and concise description of what you expected to happen. --> | ||
|
||
* | ||
|
||
--- | ||
|
||
### **Media prove** | ||
<!-- If applicable, add screenshots or videos to help explain your problem. --> | ||
|
||
--- | ||
|
||
### **Your environment** | ||
|
||
<!-- use all the applicable bulleted list elements for this specific issue, | ||
and remove all the bulleted list elements that are not relevant for this issue. --> | ||
|
||
* OS: <!--[e.g. Ubuntu 5.4.0-26-generic x86_64 / Windows 1904 ...]--> | ||
* Node version: | ||
* Npm version: | ||
* Browser name and version: | ||
|
||
--- | ||
|
||
### **Additional context** | ||
<!-- Add any other context or additional information about the problem here.--> | ||
|
||
* | ||
|
||
<!--ππππππππππππππππππππππππππππππ | ||
Oh, hi there! π | ||
To expedite issue processing, please search open and closed issues before submitting a new one. | ||
Please read our Rules of Conduct at this repository's `.github/CODE_OF_CONDUCT.md` | ||
ππππππππππππππππππππππππππππππππ--> |
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,41 @@ | ||
--- | ||
name: "π Failing Test" | ||
about: "Report failing tests or CI jobs." | ||
title: "(bug) " | ||
labels: "Type: Test" | ||
assignees: Josee9988 | ||
|
||
--- | ||
|
||
# **π Failing Test** | ||
|
||
## **Which jobs/test(s) are failing** | ||
<!-- The CI jobs or tests that are failing --> | ||
|
||
* | ||
|
||
--- | ||
|
||
## **Reason for failure/description** | ||
<!-- Try to describe why the test is failing or what we are missing to make it pass. --> | ||
|
||
--- | ||
|
||
### **Media prove** | ||
<!-- If applicable, add screenshots or videos to help explain your problem. --> | ||
|
||
--- | ||
|
||
### **Additional context** | ||
<!-- Add any other context or additional information about the problem here. --> | ||
|
||
* | ||
|
||
<!--ππππππππππππππππππππππππππππππ | ||
Oh, hi there! π | ||
To expedite issue processing, please search open and closed issues before submitting a new one. | ||
Please read our Rules of Conduct at this repository's `.github/CODE_OF_CONDUCT.md` | ||
ππππππππππππππππππππππππππππππππ--> |
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,45 @@ | ||
--- | ||
name: "ππ Feature Request" | ||
about: "Suggest an idea or possible new feature for this project." | ||
title: "(feat) " | ||
labels: "Type: Feature" | ||
assignees: frontend-developers | ||
|
||
--- | ||
|
||
# **π Feature Request** | ||
|
||
## **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 [...] --> | ||
|
||
* | ||
|
||
--- | ||
|
||
## **Describe the solution you'd like** | ||
<!-- A clear and concise description of what you want to happen. --> | ||
|
||
* | ||
|
||
--- | ||
|
||
## **Describe alternatives you've considered** | ||
<!-- A clear and concise description of any alternative solutions or features you've considered. --> | ||
|
||
* | ||
|
||
--- | ||
|
||
### **Additional context** | ||
<!-- Add any other context or additional information about the problem here.--> | ||
|
||
* | ||
|
||
<!--ππππππππππππππππππππππππππππππ | ||
Oh, hi there! π | ||
To expedite issue processing, please search open and closed issues before submitting a new one. | ||
Please read our Rules of Conduct at this repository's `.github/CODE_OF_CONDUCT.md` | ||
ππππππππππππππππππππππππππππππππ--> |
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,100 @@ | ||
--- | ||
name: "β οΈ Security Report" | ||
about: "Report an issue to help the project improve." | ||
title: "(security) " | ||
labels: "Type: Security" | ||
assignees: frontend-developers | ||
|
||
--- | ||
|
||
<!--ππππππππππππππππππππππππππππππ | ||
Oh, hi there! π | ||
To expedite issue processing, please search open and closed issues before submitting a new one. | ||
Please read our Rules of Conduct at this repository's `.github/CODE_OF_CONDUCT.md` | ||
FIRST OF ALL, read this project's SECURITY.md file. Located in `.github/SECURITY.md`. | ||
READ CAREFULLY IF YOUR ISSUE REPORT CONTAINS SENSIBLE OR PRIVATE DATA: | ||
(data that might be leaked or subtracted from our servers due to this | ||
security issue). | ||
If this security report (or the guide on how to "identify the security bug") includes | ||
certain personal information or involves personal identifiable data, or you believe | ||
that the data that you might leak by exposing the way on how to attack the project | ||
could be considered as a data leak or could violate the privacy of any kind of | ||
data or sensible data, please do not post it here and directly email the developer: | ||
(jgracia9988@gmail.com). You should post the issue with the least amount of | ||
sensible or private data as possible to help us manage the security issue, and | ||
with the extra data sent from your email to the developer (if any), we will deeply | ||
analyze and try to fix it as fast as possible. | ||
If you are in doubt about the data that you might post here (screenshots or media | ||
also, count as data), please directly email us. | ||
The data that must NOT be posted here: | ||
* Legal and/or full names | ||
* Names or usernames combined with other identifiers like phone numbers or email addresses | ||
* Health or financial information (including insurance information, social security numbers, etc.) | ||
* Information about political or religious affiliations | ||
* Information about race, ethnicity, sexual orientation, gender, or other identifying information that could be used for discriminatory purposes | ||
ππππππππππππππππππππππππππππππππ--> | ||
|
||
# **β οΈ Security Report** | ||
|
||
## **Describe the security issue** | ||
<!-- A clear and concise description of what the bug is. --> | ||
|
||
* | ||
|
||
--- | ||
|
||
### **To Reproduce** | ||
|
||
<!-- Steps to reproduce the error: | ||
(e.g.:) | ||
1. Use x argument / navigate to | ||
2. Fill this information | ||
3. Go to... | ||
4. See error --> | ||
|
||
<!-- Write the steps here (add or remove as many steps as needed)--> | ||
|
||
1. | ||
2. | ||
3. | ||
4. | ||
|
||
--- | ||
|
||
### **Expected behaviour** | ||
<!-- A clear and concise description of what you expected to happen. --> | ||
|
||
* | ||
|
||
--- | ||
|
||
### **Media prove** | ||
<!-- If applicable, add screenshots or videos to help explain your problem. --> | ||
|
||
--- | ||
|
||
### **Your environment** | ||
|
||
<!-- use all the applicable bulleted list elements for this specific issue, | ||
and remove all the bulleted list elements that are not relevant for this issue. --> | ||
|
||
* OS: <!--[e.g. Ubuntu 5.4.0-26-generic x86_64 / Windows 1904 ...]--> | ||
* Node version: | ||
* Npm version: | ||
* Browser name and version: | ||
|
||
--- | ||
|
||
### **Additional context** | ||
<!-- Add any other context or additional information about the problem here.--> | ||
|
||
* |
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,5 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: Send an e-mail to the developer | ||
url: mailto:devops@3umgroup.com | ||
about: Please do NOT use this email to post issues or feature requests (only important business/personal contact). |