Skip to content

Commit

Permalink
Merge pull request #4 from /issues/2/create-issue-templates
Browse files Browse the repository at this point in the history
Issues/2/create issue templates
  • Loading branch information
doniz authored Feb 26, 2024
2 parents 2ff4727 + 010fad0 commit 3046867
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 68 deletions.
43 changes: 0 additions & 43 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

25 changes: 0 additions & 25 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

31 changes: 31 additions & 0 deletions .github/issue_template.md
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!
27 changes: 27 additions & 0 deletions .github/pull_request_template.md
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!

0 comments on commit 3046867

Please sign in to comment.