-
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
base: develop
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| 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 | ||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,6 @@ | ||||||
| blank_issues_enabled: true | ||||||
|
||||||
| blank_issues_enabled: true | |
| blank_issues_enabled: false |
| 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 | ||
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,44 @@ | ||||||||||||||||||||||||||||||||||
| ## 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 # | ||||||||||||||||||||||||||||||||||
| Relates to # | ||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||
| ## What changed | ||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||
| - | ||||||||||||||||||||||||||||||||||
| - | ||||||||||||||||||||||||||||||||||
| - | ||||||||||||||||||||||||||||||||||
|
Comment on lines
+16
to
+23
|
||||||||||||||||||||||||||||||||||
| Closes # | |
| Relates to # | |
| ## What changed | |
| - | |
| - | |
| - | |
| Closes #<issue-number> | |
| Relates to #<issue-number> (if applicable) | |
| ## What changed | |
| - <change summary 1> | |
| - <change summary 2> | |
| - <change summary 3> |
Uh oh!
There was an error while loading. Please reload this page.