-
-
Notifications
You must be signed in to change notification settings - Fork 259
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
Showing
15 changed files
with
2,374 additions
and
775 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,28 @@ | ||
--- | ||
name: Bug Report π | ||
about: Reporting for any bug in the project. | ||
title: 'π: ' | ||
labels: ["Up-for-Grabs β", "bug π"] | ||
assignees: | ||
- '' | ||
|
||
--- | ||
|
||
:red_circle: **Title** : | ||
:red_circle: **Bug** : | ||
:red_circle: **Changes** : <!-- Explain the approach to handle this bug. --> | ||
|
||
|
||
### Screenshots π· | ||
<!-- Write N/A if not available--> | ||
|
||
|
||
*********************************************************************** | ||
:white_check_mark: **To be Mentioned while taking the issue :** | ||
- Full name : | ||
- What is your participant role? (Mention the Open Source Program name. Eg. GSOC, GSSOC, SSOC, JWOC, etc.) | ||
|
||
*********************************************************************** | ||
Happy Contributing π | ||
|
||
All the best. Enjoy your open source journey ahead. π |
28 changes: 28 additions & 0 deletions
28
.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE/enhancement-request.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,28 @@ | ||
--- | ||
name: Enhancement Request π§βπ» | ||
about: Improving any styling or documentation of the project. | ||
title: 'π§βπ»: ' | ||
labels: ["Up-for-Grabs β", "enhancement π§βπ»"] | ||
assignees: | ||
- '' | ||
|
||
--- | ||
|
||
:red_circle: **Title** : | ||
:red_circle: **Enhancement Aim** : | ||
:red_circle: **Changes** : <!-- Enlist those changes you want to do. --> | ||
|
||
|
||
### Screenshots π· | ||
<!-- Write N/A if not available--> | ||
|
||
|
||
*********************************************************************** | ||
:white_check_mark: **To be Mentioned while taking the issue :** | ||
- Full name : | ||
- What is your participant role? (Mention the Open Source Program name. Eg. GSOC, GSSOC, SSOC, JWOC, etc.) | ||
|
||
*********************************************************************** | ||
Happy Contributing π | ||
|
||
All the best. Enjoy your open source journey ahead. π |
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,49 @@ | ||
# Pull Request for Resum-Resume π‘ | ||
|
||
|
||
## Issue Title : <!-- Enter the issue title here --> | ||
|
||
- **Info about the related issue (Aim of the project)** : <!-- What's the goal of the project --> | ||
- **Name:** <!--Mention Your name--> | ||
- **GitHub ID:** <!-- Mention your GitHub ID --> | ||
- **Email ID:** <!--Mention your email ID for further communication. --> | ||
|
||
|
||
<!-- Mention the following details and these are mandatory --> | ||
|
||
Closes: #issue number that will be closed through this PR | ||
|
||
### Describe the add-ons or changes you've made π | ||
|
||
Give a clear description of what have you added or modifications made | ||
|
||
## Type of change βοΈ | ||
|
||
What sort of change have you made: | ||
<!-- | ||
Example how to mark a checkbox:- | ||
- [x] My code follows the code style of this project. | ||
--> | ||
- [ ] Bug fix (non-breaking change which fixes an issue) | ||
- [ ] New feature (non-breaking change which adds functionality) | ||
- [ ] Code style update (formatting, local variables) | ||
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) | ||
- [ ] This change requires a documentation update | ||
|
||
## How Has This Been Tested? βοΈ | ||
|
||
Describe how it has been tested | ||
Describe how have you verified the changes made | ||
|
||
## Checklist: βοΈ | ||
<!-- | ||
Example how to mark a checkbox:- | ||
- [x] My code follows the code style of this project. | ||
--> | ||
- [ ] My code follows the guidelines of this project. | ||
- [ ] I have performed a self-review of my own code. | ||
- [ ] I have commented my code, particularly wherever it was hard to understand. | ||
- [ ] I have made corresponding changes to the documentation. | ||
- [ ] My changes generate no new warnings. | ||
- [ ] I have added things that prove my fix is effective or that my feature works. | ||
- [ ] Any dependent changes have been merged and published in downstream modules. |
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: Greetings π¦βπ₯ | ||
on: [pull_request_target, issues] | ||
|
||
jobs: | ||
greeting: | ||
runs-on: ubuntu-latest | ||
permissions: | ||
issues: write | ||
pull-requests: write | ||
steps: | ||
- uses: actions/first-interaction@v1 | ||
with: | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
issue-message: "Hi there! Thanks for opening this issue. We appreciate your contribution to this open-source project. We aim to respond or assign your issue as soon as possible." | ||
pr-message: "Thank you, ${{ github.actor }}, for creating this pull request and contributing to Resum-Resume! π\n\n The maintainers will review this Pull Request and provide feedback as soon as possible! π\nWe appreciate your patience and contribution, Keep up the great work! π" |
Oops, something went wrong.