This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
######################################################################## | |
# How to create a YAML issue template form in your repository # | |
######################################################################## | |
# To use a YAML issue form in your repository, you must create a new | |
# file and add it to the .github/ISSUE_TEMPLATE folder in your | |
# repository by typing the full path to the new file in when prompted | |
# for a new file's name. | |
# | |
# If, for example, you wanted to create the bug.yaml form to add to your |