Merge pull request #6072 from Beep6581/issue-templates

Update issue templates
This commit is contained in:
Beep6581
2021-02-16 20:15:34 +01:00
committed by GitHub
3 changed files with 68 additions and 0 deletions

40
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@@ -0,0 +1,40 @@
---
name: Bug report
about: Is something not working as it should? Please report it here.
title: ''
labels: ''
assignees: ''
---
<!-- READ THIS FIRST
Please check the following before you report:
1. Search through the open and closed issues on GitHub for keywords related to your issue. Avoid creating duplicates. Many issues from the latest release version will already have been fixed.
2. Read http://rawpedia.rawtherapee.com/How_to_write_useful_bug_reports to ensure you provide as much information as possible.
3. If your problem is related to a specific image or edit, always (!) provide the image and corresponding sidecar (pp3) file.
-->
**Short description**
<!-- Give a brief summary of the issue. Remove this section if you can fit the summary in the title of the issue. -->
**Steps to reproduce**
<!-- Provide the necessary steps to reproduce the issue. For example:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error -->
**Expected behavior**
<!-- Explain the expected behavior and how it differs from the actual behavior. -->
**Additional information**
<!-- Some essentials:
- Version of RawTherapee
- Version of your operating system
- If you built from source, the contents of the `AboutThisBuild.txt` file in the installation folder
Other useful information:
- Screenshots or screencast
- Image file + sidecar (pp3)
- Stacktrace from a debug build
-->

View File

@@ -0,0 +1,13 @@
---
name: Camera support / color calibration
about: Report new file formats or requests for color calibration support here
title: ''
labels: ''
assignees: ''
---
<!-- If files from your camera cannot be opened by RawTherapee, or the colors are wrong, please provide information to improve support for your camera. Please read http://rawpedia.rawtherapee.com/Adding_Support_for_New_Raw_Formats and provide the necessary shots.
If you own a color calibration target (such as an X-Rite ColorChecker Passport), you can further improve the color rendition of files from your camera. Please read http://rawpedia.rawtherapee.com/How_to_create_DCP_color_profiles and provide the necessary shots.
Requests without providing the necessary information will be deleted. -->

View File

@@ -0,0 +1,15 @@
---
name: Feature request / enhancements
about: Ideas and suggestions for improvement are always welcome!
title: ''
labels: ''
assignees: ''
---
<!-- READ THIS FIRST
Suggestions are always welcome, but we cannot guarantee that these can or will be implemented. Development capacity is limited.
Please make sure to search through the open and closed issues for keywords related to your suggestion. Avoid creating duplicates.
-->
<!-- Give a clear and complete description of WHAT your suggestion improvement is, WHY you think this would be useful or better, and ideally HOW the improvement should be implemented. -->