generated from warmachine028/github-super-starter-kit
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 54d7ab2
Showing
32 changed files
with
1,542 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,38 @@ | ||
name: 💡 General Feature Request | ||
description: Have a new idea/feature for github-super-starter-kit? Please suggest! | ||
labels: ['⭐ goal: addition', 'good first issue', '🤩 Up for the grab', 'help wanted', 'enhancement'] | ||
title: '[FEATURE 💡] <description>' | ||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: A brief description of the enhancement you propose, also include what you tried and what worked. | ||
placeholder: Enter your description | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: screenshots | ||
attributes: | ||
label: Screenshots | ||
description: Screenshots to support proposal of feature or idea | ||
placeholder: Please attach screenshots if applicable | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: extrainfo | ||
attributes: | ||
label: Additional information | ||
description: Is there anything else we should know about this idea? | ||
value: | | ||
## **Make sure to read the [CONTRIBUTING](https://github.com/warmachine028/github-super-starter-kit/blob/main/CONTRIBUTING.md) and [SETUP](https://github.com/warmachine028/github-super-starter-kit/tree/main/rules) docs before proceeding** | ||
## Happy contributing. 💐 | ||
Star my other Repositories [here](https://github.com/warmachine028) | ||
validations: | ||
required: false | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## **Make sure to read the [CONTRIBUTING](https://github.com/warmachine028/github-super-starter-kit/blob/main/CONTRIBUTING.md) and [SETUP](https://github.com/warmachine028/github-super-starter-kit/tree/main/rules) docs before proceeding** | ||
## Happy contributing. 💐 | ||
Star my other Repositories [here](https://github.com/warmachine028?tab=repositories) |
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,39 @@ | ||
name: 🐛 Bug Bounty Hunter | ||
description: Report an bug in github-super-starter-kit and help improve the project! | ||
labels: ['🛠 goal: fix', 'good first issue', '🤩 Up for the grab', 'help wanted', 'enhancement', 'bug'] | ||
title: '[BUG 🐞] <description>' | ||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: A brief description of the question or issue, also include what you tried and what didn't work | ||
placeholder: Enter your description | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: screenshots | ||
attributes: | ||
label: Screenshots | ||
description: Screenshots to support replication of Bug | ||
placeholder: Please attach screenshots if applicable | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: extrainfo | ||
attributes: | ||
label: Additional information | ||
description: Is there anything else we should know about this idea? | ||
value: | | ||
## **Make sure to read the [CONTRIBUTING](https://github.com/warmachine028/github-super-starter-kit/blob/main/CONTRIBUTING.md) and [SETUP](https://github.com/warmachine028/github-super-starter-kit/tree/main/rules) docs before proceeding** | ||
## Happy contributing. 💐 | ||
Star my other Repositories [here](https://github.com/warmachine028) | ||
validations: | ||
required: false | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## **Make sure to read the [CONTRIBUTING](https://github.com/warmachine028/github-super-starter-kit/blob/main/CONTRIBUTING.md) and [SETUP](https://github.com/warmachine028/github-super-starter-kit/tree/main/rules) docs before proceeding** | ||
## Happy contributing. 💐 | ||
Star my other Repositories [here](https://github.com/warmachine028?tab=repositories) |
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,30 @@ | ||
name: 📄 Documentation issue | ||
description: Found an issue in the documentation? You can use this one! | ||
title: '[DOCS 📄] <description>' | ||
labels: ['📄 aspect: text', 'good first issue', '🤩 Up for the grab'] | ||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: A brief description of the question or issue, also include what you tried and what didn't work | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: screenshots | ||
attributes: | ||
label: Screenshots | ||
description: Please add screenshots if applicable | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: extrainfo | ||
attributes: | ||
label: Additional information | ||
description: Is there anything else we should know about this issue? | ||
validations: | ||
required: false | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Star my other Repositories [here](https://github.com/warmachine028) |
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,26 @@ | ||
name: Other | ||
description: Use this for any other issues. Please do NOT create blank issues | ||
title: '[OTHER]' | ||
labels: ['🚦 status: awaiting triage'] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: '# Other issue' | ||
- type: textarea | ||
id: issuedescription | ||
attributes: | ||
label: What would you like to share? | ||
description: Provide a clear and concise explanation of your issue. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: extrainfo | ||
attributes: | ||
label: Additional information | ||
description: Is there anything else we should know about this issue? | ||
validations: | ||
required: false | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Star my other Repositories [here](https://github.com/warmachine028) |
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: false | ||
contact_links: | ||
- name: 🙋🏾🙋🏼Question | ||
url: https://github.com/warmachine028 | ||
about: Feel free to ask your question on Discussion. |
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,24 @@ | ||
# Issue #<issue number> 📐 | ||
|
||
- I <[your name here](your github profile link)> have worked for #<issue number> | ||
|
||
## Guidelines 🔐 | ||
|
||
I accept the fact that I have followed the guidelines and have not copied the codes from around the internet | ||
|
||
- [x] **Contribution Guidelines** | ||
- [x] **Code of Conduct** | ||
|
||
## Issue to be closed 🛅 | ||
|
||
- My pull request closes #<issue number> | ||
|
||
## Screenshots 📷 | ||
|
||
Here are the pictures of changes that I have made 🔽 | ||
|
||
<attach screenshots here> | ||
|
||
<!-- Please refer to previous closed issues for better understanding of filling this template --> | ||
|
||
--- |
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,23 @@ | ||
name: Push changes | ||
description: A reusable action to push changes with a specified commit message and file paths | ||
inputs: | ||
message: | ||
description: Commit message | ||
required: true | ||
paths: | ||
description: File paths to add | ||
default: '.' | ||
runs: | ||
using: composite | ||
steps: | ||
- name: Pull changes | ||
run: git pull | ||
shell: bash | ||
|
||
- name: Push changes | ||
uses: EndBug/add-and-commit@v9 | ||
with: | ||
committer_name: 'GitHub Actions' | ||
committer_email: '[email protected]' | ||
add: ${{ inputs.paths }} | ||
message: '${{ inputs.message }}' |
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,27 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: github-actions #! for github-actions | ||
directory: ".github" | ||
schedule: | ||
interval: daily | ||
time: "21:00" | ||
# - package-ecosystem: npm #! enable for javascript & typescript | ||
# directory: "/" | ||
# schedule: | ||
# interval: weekly | ||
# - package-ecosystem: pip #! enable for python | ||
# directory: "/" | ||
# schedule: | ||
# interval: weekly | ||
# - package-ecosystem: maven #! enable for java | ||
# directory: "/" | ||
# schedule: | ||
# interval: weekly | ||
# ignore: | ||
# - dependency-name: org.apache.maven:* # ignore Maven APIs/SPIs | ||
# - package-ecosystem: bundler #! enable for ruby | ||
# directory: "/" | ||
# schedule: | ||
# interval: weekly | ||
|
||
|
Oops, something went wrong.