Skip to content

Commit 879e038

Browse files
Add a survey issue template (#93)
* Create survey issue template * Update .github/ISSUE_TEMPLATE/survey.md Co-authored-by: Daniel Gomez Blanco <[email protected]> * Clarify socials and make more adjustments to the list * Fix typo * Add README template * Fix typo * Link to README template in a task: * Update the survey name in template --------- Co-authored-by: Daniel Gomez Blanco <[email protected]>
1 parent 3a4354e commit 879e038

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

.github/ISSUE_TEMPLATE/survey.md

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
name: Survey template
3+
about: Issue for tracking work on OTel surveys.
4+
title: 'Survey: <name>'
5+
labels: survey
6+
assignees: ''
7+
8+
---
9+
<!-- Please remember to change the title of this issue – change <name> to the name of your survey. -->
10+
11+
### Tasks
12+
- [ ] Create a new folder in `sig-end-user/end-user-surveys` named as your survey and add a `README.md` file to (you can use the template below)
13+
- [ ] Prepare questions
14+
- [ ] Create a questionnaire from [this template](https://docs.google.com/forms/d/1NsOBVcajq3tm4wDrZTt-5bEG5pR3YfK2yccFGVqVzWI/edit) (@avillela can grant you access)
15+
- [ ] Publish links to questionnaire
16+
- [ ] Website banner
17+
- [ ] Socials (LinkedIn, Bluesky, Mastodon)
18+
- [ ] Stop data collection (save CSV in repo and link it in `README.md`)
19+
- [ ] Analyze data
20+
- [ ] Create a report
21+
- [ ] Write a blog post
22+
- [ ] Present findings at a maintainers meeting
23+
24+
### Notes
25+
#### README.md template
26+
```
27+
# <NAME OF YOUR SURVEY>
28+
29+
## Purpose
30+
<!-- Explain what do you want to learn from this survey -->
31+
32+
## Resources
33+
<!-- Add links to the resources you created -->
34+
* Survey responses in `.csv`
35+
* Survey report in `.pdf`
36+
* Blog summary of survey results
37+
```

0 commit comments

Comments
 (0)