diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000000000..b03c04a549971 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,24 @@ +--- +name: Bug Report +about: Create a report to help us improve + +--- + +**Describe the Bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Please provide a simple sample of code which reproduces the issue on your machine. + +**Expected Behavior** +A clear and concise description of what you expected to happen. + +**LLVM Version (please complete the following information):** + - LLVM Version: [e.g. 6.0] + - Inkwell Branch Used: [e.g. llvm6-0] + +**Desktop (please complete the following information):** + - OS: [e.g. Ubuntu 16.04, Windows 10] + +**Additional Context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 0000000000000..04d84de4e4174 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,20 @@ +--- +name: Feature Request +about: Suggest an idea for this project + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe possible drawbacks to your solution** +How might this solution hinder other components or users if implemented? + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here.