Skip to content

Commit

Permalink
build: auto-assign and corrected files
Browse files Browse the repository at this point in the history
  • Loading branch information
praptisharma28 committed Feb 11, 2024
1 parent b70f8f5 commit dbccdf4
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,10 @@ body:
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](eventapp/code_of_conduct.md)
label: "Checklist"
options:
- label: I agree to follow this project's Code of Conduct
- label: "I have checked the existing issues."
required: true

- label: "I follow [Code of Conduct](eventapp/code_of_conduct.md) of this project."
required: true
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,14 @@ body:
context, screenshots, related links , etc.
validations:
required: false
- type: checkboxes
id: no-duplicate-issues
attributes:
label: "Checklist"
options:
- label: "I have checked the existing issues."
required: true

- label: "I follow [Code of Conduct](eventapp/code_of_conduct.md) of this project."
required: true

28 changes: 27 additions & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
**Description**

closes #
<<<<<<< Updated upstream
closes #
=======
<!-- Example: Closes #31 -->

Closes #

# Description👨‍💻

<!--Please include a summary of the change and which issue is fixed.List any dependencies that are required for this change.-->

# Type of change📄

<!--Please delete options that are not relevant-->

- [] Bug fix (non-breaking change which fixes an issue)
- [] New feature (non-breaking change which adds functionality)

# Checklist✅

- [] My code follows the style guidelines of this project
- [] I have performed a self-review of my own code
- [] I have added demonstration in the form of GIF/video file
- [] I am an Open Source Contributor

# Screenshots/GIF📷
>>>>>>> Stashed changes
14 changes: 14 additions & 0 deletions .github/workflows/auto-author-assign.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Auto Author Assign

on:
pull_request_target:
types: [opened, reopened]

permissions:
pull-requests: write

jobs:
assign-author:
runs-on: ubuntu-latest
steps:
- uses: toshimaru/auto-author-assign@v2.1.0

0 comments on commit dbccdf4

Please sign in to comment.