-
Notifications
You must be signed in to change notification settings - Fork 2
Add Issue and PR templates. #81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
deepaklalwani97
wants to merge
6
commits into
develop
Choose a base branch
from
chore/issue-pr-templates
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
2d702a7
chore: add GitHub issue form templates
deepaklalwani97 5d8b661
chore: add pull request template
deepaklalwani97 c7ec5a5
chore: update issue templates for consistency and clarity
deepaklalwani97 f548d26
Update incorrect link
deepaklalwani97 e1a3e38
chore: enhance pull request template with breaking changes section
theMasudRana 62de84d
chore: disable blank issues and update pull request template placehol…
theMasudRana File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,75 @@ | ||
| name: Bug Report | ||
| description: File a bug report. | ||
| title: "[Bug]: " | ||
| labels: ["bug"] | ||
| body: | ||
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| Thanks for taking the time to fill out this bug report! | ||
| - type: textarea | ||
| id: describe-the-bug | ||
| attributes: | ||
| label: Describe the bug | ||
| description: A clear and concise description of the bug. | ||
| placeholder: Tell us what went wrong. | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: expected-behavior | ||
| attributes: | ||
| label: Expected behavior | ||
| description: What did you expect to happen? | ||
| placeholder: Describe the expected result. | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: actual-behavior | ||
| attributes: | ||
| label: Actual behavior | ||
| description: What actually happened? | ||
| placeholder: Describe the actual result. | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: steps | ||
| attributes: | ||
| label: Steps to reproduce | ||
| description: How can we reproduce this behavior? | ||
| placeholder: | | ||
| 1. Go to '...' | ||
| 2. Click on '...' | ||
| 3. See error | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: environment-information | ||
| attributes: | ||
| label: Environment information | ||
| description: Share your operating environment details. | ||
| placeholder: | | ||
| OS: | ||
| Browser: | ||
| Plugin version: | ||
| validations: | ||
| required: false | ||
| - type: textarea | ||
| id: wordpress-environment | ||
| attributes: | ||
| label: WordPress Environment | ||
| description: Share your WordPress environment details. | ||
| placeholder: | | ||
| WordPress version: | ||
| PHP version: | ||
| Active theme: | ||
| Active plugins: | ||
| validations: | ||
| required: false | ||
| - type: checkboxes | ||
| id: terms | ||
| attributes: | ||
| label: Contribution Guidelines | ||
| description: By submitting this issue, you agree to follow our [contribution guidelines](https://github.com/rtCamp/carousel-kit/blob/main/docs/CONTRIBUTING.md). | ||
| options: | ||
| - label: I have read the contribution guidelines | ||
| required: true | ||
This file contains hidden or 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,6 @@ | ||
| blank_issues_enabled: false | ||
|
|
||
| contact_links: | ||
| - name: Report a security vulnerability | ||
| url: https://github.com/rtCamp/carousel-kit/security/policy | ||
| about: Please use GitHub Security Advisories to privately report vulnerabilities |
This file contains hidden or 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,33 @@ | ||
| name: Enhancement | ||
| description: Suggest an idea for this project. | ||
| title: "[Enhancement]: " | ||
| labels: ["enhancement"] | ||
| body: | ||
| - type: textarea | ||
| id: feature-description | ||
| attributes: | ||
| label: Feature description | ||
| description: Describe the feature or improvement you'd like. | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: problem | ||
| attributes: | ||
| label: Problem it solves | ||
| description: Explain the problem this feature would solve. | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: alternatives | ||
| attributes: | ||
| label: Describe alternatives you've considered | ||
deepaklalwani97 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| description: Describe any alternative solutions or approaches you've considered. | ||
| validations: | ||
| required: false | ||
| - type: textarea | ||
| id: context | ||
| attributes: | ||
| label: Additional context | ||
| description: Add any context, examples, or screenshots. | ||
| validations: | ||
| required: false | ||
This file contains hidden or 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,53 @@ | ||
| ## Summary | ||
|
|
||
| Describe the change and why it is needed. | ||
|
|
||
| ## Type of change | ||
|
|
||
| - [ ] Bug fix | ||
| - [ ] New feature | ||
| - [ ] Enhancement/refactor | ||
| - [ ] Documentation update | ||
| - [ ] Test update | ||
| - [ ] Build/CI/tooling | ||
|
|
||
| ## Related issue(s) | ||
|
|
||
| <!-- 'Closes' will automatically close the linked issue when this PR is merged. --> | ||
| <!-- 'Relates to' is for issues that are relevant but won't be closed by this PR. --> | ||
| Closes #<issue-number> | ||
| Relates to #<issue-number> (if applicable) | ||
|
|
||
| ## What changed | ||
|
|
||
| - <change summary 1> | ||
| - <change summary 2> | ||
| - <change summary 3> | ||
|
|
||
| ## Breaking changes | ||
|
|
||
| Does this introduce a breaking change? If yes, describe the impact and migration path below. | ||
|
|
||
| - [ ] Yes — migration path: <!-- describe here --> | ||
| - [ ] No | ||
|
|
||
| ## Testing | ||
|
|
||
| Describe how this was tested. | ||
|
|
||
| - [ ] Unit tests | ||
| - [ ] Manual testing | ||
| - [ ] Cross-browser testing (if UI changes) | ||
|
|
||
| Test details: | ||
|
|
||
| ## Screenshots / recordings | ||
|
|
||
| If applicable, add screenshots or short recordings. | ||
|
|
||
| ## Checklist | ||
|
|
||
| - [ ] I have self-reviewed this PR | ||
| - [ ] I have added/updated tests where needed | ||
| - [ ] I have updated docs where needed | ||
| - [ ] I have checked for breaking changes |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.