-
Notifications
You must be signed in to change notification settings - Fork 11
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 #8 from Onemind-Services-LLC/dev
Added workflows
- Loading branch information
Showing
15 changed files
with
630 additions
and
25 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,69 @@ | ||
--- | ||
name: "🐞 Bug Report" | ||
about: "Report an issue to help the project improve." | ||
title: "[Bug] " | ||
labels: "type: bug" | ||
assignees: "kprince28" | ||
|
||
--- | ||
|
||
# **🐞 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 previous 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 proof** | ||
<!-- If applicable, add screenshots or videos to help explain your problem. --> | ||
|
||
--- | ||
|
||
### **Your environment** | ||
|
||
<!-- use all the applicable bulleted list element for this specific issue, | ||
and remove all the bulleted list elements that are not relevant for this issue. --> | ||
|
||
* 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,32 @@ | ||
--- | ||
name: "💉 Failing Test" | ||
about: "Report failing tests or CI jobs." | ||
title: "[Test] " | ||
labels: "type: tests" | ||
assignees: "kprince28" | ||
|
||
--- | ||
|
||
# **💉 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 are we missing to make it pass. --> | ||
|
||
--- | ||
|
||
### **Media proof** | ||
<!-- If applicable, add screenshots or videos to help explain your problem. --> | ||
|
||
--- | ||
|
||
### **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,51 @@ | ||
--- | ||
name: "📚 Documentation or README.md issue report" | ||
about: "Report an issue in the project's documentation or README.md file." | ||
title: "" | ||
labels: "type: documentation" | ||
assignees: "kprince28" | ||
|
||
--- | ||
# **📚 Documentation Issue Report** | ||
|
||
## **Describe the bug** | ||
<!-- 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. | ||
|
||
--- | ||
|
||
### **Media proof** | ||
<!-- If applicable, add screenshots or videos to help explain your problem. --> | ||
|
||
--- | ||
|
||
## **Describe the solution you'd like** | ||
<!-- A clear and concise description of what you want to happen. --> | ||
|
||
* | ||
|
||
--- | ||
|
||
### **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,36 @@ | ||
--- | ||
name: "🚀🆕 Feature Request" | ||
about: "Suggest an idea or possible new feature for this project." | ||
title: "" | ||
labels: "type: feature" | ||
assignees: "kprince28" | ||
|
||
--- | ||
|
||
# **🚀 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.--> | ||
|
||
* |
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,15 @@ | ||
--- | ||
name: "❓ Question or Support Request" | ||
about: "Questions and requests for support." | ||
title: "" | ||
labels: "type: question" | ||
assignees: "kprince28" | ||
|
||
--- | ||
|
||
# **❓ Question or Support Request** | ||
|
||
## **Describe your question or ask for support.** | ||
<!-- A clear and concise description of what your doubt is. --> | ||
|
||
* |
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,144 @@ | ||
["priority: critical"] | ||
color = "b60205" | ||
name = "priority: critical" | ||
description = "This should be dealt with ASAP. Not fixing this issue would be a serious error." | ||
|
||
["priority: high"] | ||
color = "d93f0b" | ||
name = "priority: high" | ||
description = "After critical issues are fixed, these should be dealt with before any further issues." | ||
|
||
["priority: low"] | ||
color = "0e8a16" | ||
name = "priority: low" | ||
description = "This issue can probably be picked up by anyone looking to contribute to the project, as an entry fix" | ||
|
||
["priority: medium"] | ||
color = "fbca04" | ||
name = "priority: medium" | ||
description = "This issue may be useful, and needs some attention." | ||
|
||
["type: skip ci"] | ||
color = "FCBA1F" | ||
name = "type: skip ci" | ||
description = "Skips CI checks" | ||
|
||
["type: performance"] | ||
color = "6572A4" | ||
name = "type: performance" | ||
description = "" | ||
|
||
["status: abandoned"] | ||
color = "fc9580" | ||
name = "status: abandoned" | ||
description = "It's believed that this issue is no longer important to the requestor and no one else has shown an i" | ||
|
||
["status: accepted"] | ||
color = "d66039" | ||
name = "status: accepted" | ||
description = "It's clear what the subject of the issue is about, and what the resolution should be." | ||
|
||
["status: available"] | ||
color = "fcefa6" | ||
name = "status: available" | ||
description = "No one has claimed responsibility for resolving this issue." | ||
|
||
["status: blocked"] | ||
color = "ffcc9e" | ||
name = "status: blocked" | ||
description = "There is another issue that needs to be resolved first, or a specific person is required to comment" | ||
|
||
["status: completed"] | ||
color = "250077" | ||
name = "status: completed" | ||
description = "Nothing further to be done with this issue." | ||
|
||
["status: in progress"] | ||
color = "f4c9a1" | ||
name = "status: in progress" | ||
description = "This issue is being worked on" | ||
|
||
["status: on hold"] | ||
color = "c8a2f9" | ||
name = "status: on hold" | ||
description = "Similar to blocked, but is assigned to someone" | ||
|
||
["status: review needed"] | ||
color = "e99695" | ||
name = "status: review needed" | ||
description = "The issue has a PR attached to it which needs to be reviewed." | ||
|
||
["type: breaking"] | ||
color = "d6a30c" | ||
name = "type: breaking" | ||
description = "" | ||
|
||
["type: bug"] | ||
color = "d73a4a" | ||
name = "type: bug" | ||
description = "Something isn't working" | ||
|
||
["type: dependencies"] | ||
color = "0366d6" | ||
name = "type: dependencies" | ||
description = "Pull requests that update a dependency file" | ||
|
||
["type: deprecated"] | ||
color = "2e0baa" | ||
name = "type: deprecated" | ||
description = "" | ||
|
||
["type: docs"] | ||
color = "0075ca" | ||
name = "type: docs" | ||
description = "Improvements or additions to documentation" | ||
|
||
["type: duplicate"] | ||
color = "cfd3d7" | ||
name = "type: duplicate" | ||
description = "This issue or pull request already exists" | ||
|
||
["type: feature"] | ||
color = "a2eeef" | ||
name = "type: feature" | ||
description = "New feature or request" | ||
|
||
["type: help wanted"] | ||
color = "008672" | ||
name = "type: help wanted" | ||
description = "Extra attention is needed" | ||
|
||
["type: invalid"] | ||
color = "e4e669" | ||
name = "type: invalid" | ||
description = "This doesn't seem right" | ||
|
||
["type: maintenance"] | ||
color = "c2e0c6" | ||
name = "type: maintenance" | ||
description = "" | ||
|
||
["type: question"] | ||
color = "d876e3" | ||
name = "type: question" | ||
description = "Further information is requested" | ||
|
||
["type: security"] | ||
color = "7dede7" | ||
name = "type: security" | ||
description = "Pull requests that address a security vulnerability" | ||
|
||
["type: tests"] | ||
color = "F25F44" | ||
name = "type: tests" | ||
description = "" | ||
|
||
["type: wontfix"] | ||
color = "ffffff" | ||
name = "type: wontfix" | ||
description = "This will not be worked on" | ||
|
||
["type: ui/ux"] | ||
color = "5319E7" | ||
name = "type: ui/ux" | ||
description = "UI/UX design" |
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,9 @@ | ||
# Pull request checklist | ||
|
||
## Description | ||
|
||
<!--- Describe your changes in detail --> | ||
|
||
Closes: # | ||
|
||
## Screenshots (if appropriate): |
Oops, something went wrong.