diff options
| author | Mark Otto <[email protected]> | 2020-06-16 14:03:48 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-06-16 14:03:48 -0700 |
| commit | 66bd7feed548a23976da0bace2d1d80eb7073ec8 (patch) | |
| tree | e79c41bd97293959654368e5e1f1676104e6ed45 | |
| parent | a1708ec2a38d331c4c9eacac08ce9c9839649476 (diff) | |
| download | bootstrap-66bd7feed548a23976da0bace2d1d80eb7073ec8.tar.xz bootstrap-66bd7feed548a23976da0bace2d1d80eb7073ec8.zip | |
Update issue templates
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 3 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index ca8173297..70dcfd532 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,9 @@ --- name: Bug report about: Tell us about a bug you may have identified in Bootstrap. +title: '' +labels: '' +assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 21935874d..422fa2bb4 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,6 +1,9 @@ --- name: Feature request about: Suggest an idea for a new feature in Bootstrap. +title: '' +labels: feature +assignees: '' --- |
