Background
As part of repository standardization (PR #21), we removed the spurious ISSUES.md file that contained issue reporting guidelines.
Action Required
The content from the removed ISSUES.md file should be converted to proper GitHub issue templates in the .github/ISSUE_TEMPLATE/ directory.
Original ISSUES.md Content
The file contained guidelines for:
- What information to include when reporting issues
- Requirements for SSCCE (Short, Self Contained, Correct Example)
- Steps for reproducing issues
Recommended Solution
Create appropriate issue templates such as:
- .github/ISSUE_TEMPLATE/bug_report.md
- .github/ISSUE_TEMPLATE/feature_request.md
These templates will provide better structure for issue reporting and replace the functionality that was in the removed ISSUES.md file.
Related
Background
As part of repository standardization (PR #21), we removed the spurious ISSUES.md file that contained issue reporting guidelines.
Action Required
The content from the removed ISSUES.md file should be converted to proper GitHub issue templates in the .github/ISSUE_TEMPLATE/ directory.
Original ISSUES.md Content
The file contained guidelines for:
Recommended Solution
Create appropriate issue templates such as:
These templates will provide better structure for issue reporting and replace the functionality that was in the removed ISSUES.md file.
Related