-
Notifications
You must be signed in to change notification settings - Fork 251
Closed
Labels
Description
Subject of the issue
GitHub have publicly enabled the 'new issues experience' preview feature. This preview feature is not compatible with the current implementation of the issue template.
The 'new issues experience' feature appears to be toggleable on an account basis rather than at an organisation level.
As such, to ensure all audiences are covered, it is proposed to retain the existing implementation and add in support for the 'new issues experience' feature.
Steps to reproduce
When selecting 'New issue' on a repo, the issue title and body fields are blank.
Navigating to the .github/ISSUE_TEMPLATE.md file you're met with the following error message:
The learn more link as per the screenshot.
Proposed fix
- Copy the current
ISSUE_TEMPLATE.mdfrom.github/and paste it.github/ISSUE_TEMPLATE/ - Add YAML frontmatter to
.github/ISSUE_TEMPLATE/issue_template.md - Add
config.ymlfile to.github/ISSUE_TEMPLATE/ - Update
config.ymlto remove the blank issue option when creating an issue
Example of YAML frontmatter:
---
name: Issue
about: Use this template for reporting issues
title: ""
labels: ""
assignees: ""
---
Core repos
- adapt_framework
- adapt_authoring (already set up)
- adapt-contrib-accordion
- adapt-contrib-assessment
- adapt-contrib-assessmentResults
- adapt-contrib-blank
- adapt-contrib-bookmarking
- adapt-contrib-boxMenu
- adapt-contrib-branching
- adapt-contrib-confidenceSlider
- adapt-contrib-contentObjectTransition
- adapt-contrib-core
- adapt-contrib-glossary
- adapt-contrib-gmcq
- adapt-contrib-graphic
- adapt-contrib-hotgraphic
- adapt-contrib-instructionError
- adapt-contrib-languagePicker
- adapt-contrib-matching
- adapt-contrib-mcq
- adapt-contrib-media
- adapt-contrib-narrative
- adapt-contrib-pageLevelProgress
- adapt-contrib-resources
- adapt-contrib-slider
- adapt-contrib-spoor
- adapt-contrib-text
- adapt-contrib-textInput
- adapt-contrib-trickle
- adapt-contrib-tutor
- adapt-contrib-vanilla
Lesser used repos
- adapt-contrib-xapi
- adapt-contrib-trackingErrors
- adapt-cli
- adapt-youtube
- adapt-vimeo
- adapt-contrib-scoringAssessment
- adapt-contrib-scoring
- adapt-contrib-scoringResults
- jest-environment-adapt
- adapt-contrib-drawer
- adapt-contrib-randomise
- adapt-contrib-banking
- adapt-contrib-modifiers
Archived / deprecated / unused repos
- adapt-schemas
- adapt-registry-server
- adaptlearning.github.io
- documentation
- adapt-contrib-a11y
- adapt-contrib-mpabc
- adapt-contrib-data
- adapt-contrib-device
- adapt-contrib-navigation
- adapt-contrib-notify
- adapt-extension
- adapt-contrib-triggered
- adapt-questionComponent
- adapt-component
- adapt-contrib-pointGmcq
- scorm_docs
- adapt-contrib-assessmentResultsTotal
- adapt-contrib-linkedConfidenceSlider
- adapt-test-package
- theming