Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
GarimaSingh0109 authored Oct 11, 2024
2 parents 824df1d + d0f1545 commit 7b4ac38
Show file tree
Hide file tree
Showing 15 changed files with 2,374 additions and 775 deletions.
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/ISSUE_TEMPLATE/bug_report.md
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 .github/ISSUE_TEMPLATE/ISSUE_TEMPLATE/enhancement-request.md
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. 😎
49 changes: 49 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
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.
15 changes: 15 additions & 0 deletions .github/workflows/workflows/greetings.yml
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! πŸ˜€"
Loading

0 comments on commit 7b4ac38

Please sign in to comment.