Issue templates are an easy way of suggesting a structure for users that want new features, report bugs etc. to your code.
These have for instance been used in this web-page to report missing Research papers and missing Software packages
The templates are YAML-files that should be added to the .github
folder as shown below:
└── .github
└── ISSUE_TEMPLATE
├── report_bug.yml
└── add_package.yml
See https://