diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..815a577 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,73 @@ + +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +# Bug Report + +**Describe the bug** + + +--- + +## To Reproduce + + +### YAML configuration + +```yaml +# Paste the YAML snippet here +``` + +### CLI command used + +```bash +# Paste the CLI command here +``` + +### Actual output + +```bash +# Paste the output, logs, or error messages here +``` + +### Expected output + + +--- + +## Environment and Versions + +- Operating System: +- CodeEntropy Version: +- Python Version: +- Package list: + - If using conda, run: `conda list > packages.txt` and paste the contents here. + + ``` bash + # Paste packages.txt here + ``` + + - If using venv/pip, run: `pip list > packages.txt` and paste the contents here. + + ``` bash + # Paste packages.txt here + ``` + +--- + +## Screenshots or Logs + +Attach any relevant screenshots, logs, or stack traces. + +--- + +## Additional Context + +Include anything else that might help reproduce or understand the bug, such as changes from a previously working version. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..e74a335 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,29 @@ + +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' +--- + +# Feature Request + +## Problem / Motivation + + +## Proposed Solution + + +## Alternatives Considered +- +- + +## Expected Impact + +- +- + +## Additional Context + +-