-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Issues/2/create issue templates
- Loading branch information
Showing
4 changed files
with
58 additions
and
68 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains 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,31 @@ | ||
<!-- | ||
SPDX-FileCopyrightText: Copyright Boozt Fashion, AB | ||
SPDX-License-Identifier: MIT | ||
--> | ||
|
||
<!-- Appreciation and Introduction --> | ||
Thank you for taking the time to submit an issue! Your contribution is valuable to us. Before you proceed, please take a moment to go through the checklist below: | ||
|
||
### Checklist | ||
|
||
- [ ] Have you attempted to debug or fix the issue yourself? Bug fixes and documentation improvements are always welcome. | ||
- [ ] Have you checked if a similar issue has already been created? | ||
- [ ] Do you have an idea for a new feature? If so, please label your issue with "enhancement". | ||
|
||
<!-- Bug Report --> | ||
If none of the above apply, you may proceed to create a new bug report. Please provide the following information to help us address the issue effectively: | ||
|
||
### Bug Report Details | ||
|
||
- **Description**: Describe the issue in detail. | ||
- **Steps to Reproduce**: Provide a clear and concise description of the steps to reproduce the issue. | ||
- **Expected Behavior**: Describe what you expected to happen. | ||
- **Actual Behavior**: Describe what actually happened. | ||
- **Version**: Specify the version of the software you are using. | ||
- **Operating System**: Specify the OS and version you are using (e.g., Mac, Linux, Windows). | ||
- **Labels**: Use `bug` and `help wanted`. | ||
|
||
<!-- Additional Information (if applicable) --> | ||
Feel free to include any additional information such as code snippets, links, screenshots, or any other relevant facts that may help in diagnosing and resolving the issue. | ||
|
||
Thank you for your contribution to our project! |
This file contains 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,27 @@ | ||
<!-- | ||
SPDX-FileCopyrightText: Copyright Boozt Fashion, AB | ||
SPDX-License-Identifier: MIT | ||
--> | ||
|
||
<!-- Appreciation and Reminder --> | ||
Thank you for your pull request! Before proceeding, please take a moment to search among existing pull requests to ensure that a similar one hasn't already been opened. | ||
|
||
### Pull Request Details | ||
|
||
Please provide enough information to facilitate the review process: | ||
|
||
- **Description**: Briefly describe the changes made in this pull request. | ||
- **Contributing Guidelines**: Please review the CONTRIBUTING file for guidelines on contributing to this project. | ||
- **Commit Messages**: Ensure that your commit messages follow the conventional commits guidelines. | ||
- **Documentation**: Double-check if any documentation needs to be updated within your changes. | ||
- **Tests**: Have tests been added to cover the changes made? | ||
- **Type of Change**: What kind of change does this PR introduce? (Bug fix, feature, docs update, etc.) | ||
- **Current Behavior**: Describe the current behavior, or link to an open issue if applicable. | ||
- **New Behavior**: Describe the new behavior introduced by this PR, especially if it's a feature change. | ||
- **Breaking Changes**: Does this PR introduce any breaking changes? If so, provide guidelines to support backward compatibility and inform users how to resolve potential issues. | ||
|
||
### Additional Information | ||
|
||
Please provide any additional information or context that may be relevant to this pull request. | ||
|
||
Thank you for your contribution to our project! |