From 69772de8b00a85a7da8e3d56c802fcfd01affe1c Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" Date: Fri, 29 Dec 2023 15:38:18 +0900 Subject: Update for contributing --- .github/ISSUE_TEMPLATE/custom.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/custom.md (limited to '.github/ISSUE_TEMPLATE/custom.md') diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md new file mode 100644 index 00000000..1542d0a8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -0,0 +1,38 @@ +--- +name: Custom template +about: Use this template to submit a custom issue +title: "[Custom]: Short description of the issue" +labels: "custom" +--- + +## Custom Template + +### Description + +[Provide a clear and concise description of the issue or request.] + +### Steps to Reproduce (if applicable) + +1. [First Step] +2. [Second Step] +3. [and so on...] + +### Expected Behavior + +[What did you expect to happen?] + +### Actual Behavior + +[What actually happened?] + +### Screenshots (if applicable) + +[If applicable, add screenshots to help explain your problem.] + +### Proposed Solution (if applicable) + +[If you have a specific solution in mind, describe it here. If not, you can skip this section.] + +### Additional Information + +[Add any other information about the issue or request here. For example, you might include links to similar features in other projects, or screenshots or diagrams to help explain your idea.] -- cgit v1.2.3