diff --git a/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..e0fc6bb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE/bug_report.md @@ -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** : + + +### Screenshots 📷 + + + +*********************************************************************** +: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. 😎 \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE/enhancement-request.md b/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE/enhancement-request.md new file mode 100644 index 0000000..4c6e080 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE/enhancement-request.md @@ -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** : + + +### Screenshots 📷 + + + +*********************************************************************** +: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. 😎 \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..8674c4e --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,49 @@ +# Pull Request for Resum-Resume 💡 + + +## Issue Title : + +- **Info about the related issue (Aim of the project)** : +- **Name:** +- **GitHub ID:** +- **Email ID:** + + + + +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: + +- [ ] 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: ☑️ + +- [ ] 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. \ No newline at end of file diff --git a/.github/workflows/workflows/greetings.yml b/.github/workflows/workflows/greetings.yml new file mode 100644 index 0000000..e7b6968 --- /dev/null +++ b/.github/workflows/workflows/greetings.yml @@ -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! 😀" \ No newline at end of file diff --git a/about.html b/about.html index 78c4fe4..9b71de5 100644 --- a/about.html +++ b/about.html @@ -5,6 +5,12 @@