Skip to content

Commit

Permalink
Merge pull request #1352 from mdazfar2/legacy
Browse files Browse the repository at this point in the history
[Changed] Issue template & Little bit of README file
  • Loading branch information
mdazfar2 authored Sep 30, 2024
2 parents eb51b29 + 4a7f087 commit 65ddd80
Show file tree
Hide file tree
Showing 7 changed files with 91 additions and 103 deletions.
55 changes: 40 additions & 15 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,51 @@
name: "🐞 Bug Report"
description: "Create a report to help us improve"
title: "BUG:"
name: 🐞 Bug
description: Report an issue to help us improve the project.
title: '[BUG] '
labels: ["bug"]
body:
- type: checkboxes
- type: textarea
attributes:
label: "Is there an existing issue for this?"
description: "Please search to see if an issue already exists for the bug you encountered."
options:
- label: "I have searched the existing issues"
required: true
label: Description
id: description
description: A brief description of the issue or bug you are facing, also include what you tried and what didn't work.
validations:
required: false
- type: textarea
attributes:
label: "What went down?"
description: "A concise description of what you're experiencing."
label: Screenshots
id: screenshots
description: Please add screenshots if applicable
validations:
required: true
required: false
- type: textarea
attributes:
label: Any additional information?
id: extrainfo
description: Any additional information or Is there anything we should know about this bug?
validations:
required: false
- type: dropdown
id: browsers
attributes:
label: What browser are you seeing the problem on?
multiple: true
options:
- Firefox
- Chrome
- Safari
- Microsoft Edge
- type: checkboxes
id: no-duplicate-issues
attributes:
label: "Record"
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 have read the [Contributing Guidelines](https://github.com/mdazfar2/HelpOps-Hub/blob/main/CONTRIBUTING.md)'
required: true
- label: "I'm a GSSoC'24-Extd contributor"
- label: "I'm a Hacktoberfest'24 contributor"
- label: "I want to work on this issue"

- label: 'I am willing to work on this issue (optional)'
required: false
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ body:
attributes:
label: "Record"
options:
- label: "I agree to follow this project's Code of Conduct"
- label: 'I have read the [Contributing Guidelines](https://github.com/mdazfar2/HelpOps-Hub/blob/main/CONTRIBUTING.md)'
required: true
- label: "I'm a GSSoC'24-Extd contributor"
- label: "I'm a Hacktoberfest'24 contributor"
- label: "I'm DevOps professional"
- label: "Soon, I'll complete it and create a Pull Request."
- label: "I'm a beginner in DevOps, but I'll try to contribute the best resources with hands-on experience."
31 changes: 20 additions & 11 deletions .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,34 @@
name: "Feature Request"
description: "Suggest an idea for this project "
title: "Feat:"
name: Feature Request 💡
description: Have any new idea or new feature for HelpOps-Hub? Please suggest!
title: '[Feat]'
labels: [enhancement]
body:
- type: textarea
id: description
attributes:
label: "Describe the feature"
description:
label: Description
description: A clear and concise description of any alternative solution or features you've considered.
validations:
required: true
- type: textarea
id: screenshots
attributes:
label: "Add ScreenShots"
description: "Add sufficient SS to explain your issue."
label: Screenshots
description: Please add screenshots if applicable
validations:
required: true
required: false
- type: checkboxes
id: no-duplicate-issues
attributes:
label: "Record"
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 have read the [Contributing Guidelines](https://github.com/mdazfar2/HelpOps-Hub/blob/main/CONTRIBUTING.md)'
required: true
- label: "I'm a GSSoC'24-Extd contributor"
- label: "I'm a Hacktoberfest'24 contributor"
- label: "I want to work on this issue"

- label: 'I am willing to work on this issue (optional)'
required: false
10 changes: 8 additions & 2 deletions .github/ISSUE_TEMPLATE/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,13 @@ body:
attributes:
label: "Record"
options:
- label: "I agree to follow this project's Code of Conduct"
- label: 'I have checked the existing issues'
required: true

- label: 'I have read the [Contributing Guidelines](https://github.com/mdazfar2/HelpOps-Hub/blob/main/CONTRIBUTING.md)'
required: true
- label: "I'm a GSSoC'24-Extd contributor"
- label: "I'm a Hacktoberfest'24 contributor"
- label: "I want to work on this project proposal"

- label: 'I am willing to work on this issue (optional)'
required: false
36 changes: 0 additions & 36 deletions .github/workflows/autocomment-issue.yml

This file was deleted.

37 changes: 0 additions & 37 deletions .github/workflows/autocomment-pr-raise.yml

This file was deleted.

21 changes: 21 additions & 0 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Greetings

on:
fork:
push:
branches: [main]
issues:
types: [opened]
pull_request_target:
types: [opened]

jobs:
welcome:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: EddieHubCommunity/gh-action-community/src/welcome@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Hello ${{ github.actor }}! \n Thank you for raising this issue! 😊 Your contribution is valuable to us! 😊 \n\nPlease make sure to follow our [Contributing Guidelines. 💪🏻](https://github.com/mdazfar2/HelpOps-Hub/blob/main/CONTRIBUTING.md) \n\nPlease only work on an issue if you're assigned; otherwise, the PR will be automatically closed.\nOur review team will carefully assess the issue and reach out to you soon! 😇 \n We appreciate your patience! "
pr-message: "Thank you, ${{ github.actor }}, for creating this pull request and contributing to HelpOps-Hub! 💗\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! 😀"

0 comments on commit 65ddd80

Please sign in to comment.