Skip to content

Commit 7848bea

Browse files
authored
add question format (#599)
1 parent c0aaee2 commit 7848bea

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

.github/ISSUE_TEMPLATE/question.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Question
3+
about: Ask a question about using Spectacle.
4+
---
5+
6+
<!--
7+
8+
Have you read Formidable's Code of Conduct? By filing an Issue, you are expected to comply with it, including treating everyone with respect: https://github.com/FormidableLabs/spectacle/blob/master/CONTRIBUTING.md#contributor-covenant-code-of-conduct
9+
10+
-->
11+
12+
### Question
13+
14+
What question do you have about using Spectacle?
15+
16+
### Background Info/Attempts
17+
18+
Any background information that might help us answer your questions, or a code snippet or link to a code example if you have an implementation question.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# Spectacle
22

3-
[![Join the chat at https://gitter.im/FormidableLabs/spectacle](https://badges.gitter.im/FormidableLabs/spectacle.svg)](https://gitter.im/FormidableLabs/spectacle?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
43
[![Travis Status][trav_img]][trav_site]
54
ReactJS based Presentation Library
65

76
[Spectacle Boilerplate](https://github.com/FormidableLabs/spectacle-boilerplate/)
87

8+
Have a question about Spectacle? Submit an issue on this repository using the "Question" template.
9+
910
## Contents
1011

1112
<!-- MarkdownTOC depth=4 autolink=true bracket=round autoanchor=true -->

0 commit comments

Comments
 (0)