or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Syncing
xxxxxxxxxx
Steering Meeting info
Title: Discuss results of 2020 Contributor Survey
Estimate: Maybe 2, there is a lot here.
Type: non-technical (mostly)
Summary
There were 409 responses.
We break down the responses by these 3 categories of contributors, making specific observations and conclusions. The observations/conclusions here are all by mark-i-m, so please take with a grain of salt…
Never had PR merged:
<1PR/month:
>=1PR/month:
Motivation
We wanted to find out the pain points faced by contributors. We conducted the survey, and these are the results.
Details
Details are below in this document.
Challenges
Key design questions
The key questions to be answered by the meeting are:
Survey Notes
Without further ado, here are my notes on the survey results…
Never had a PR merged
There were 164 out of 409 respondents in this category.
The overwhelming majority of these respondents had never submitted a PR. Some had started but never finished working on a PR. Only 4 submitted a PR that was rejected.
Takeaway 0
Observations:
Conclusions:
Unresolved questions:
Takeaway 1
Observations:
Conclusions:
Unresolved Questions:
Takeaway 2
Observations:
Conclusions:
Unresolved Questions:
Takeaway 3
Observations:
Conclusions:
Unresolved Questions:
Takeaway 4
Observations:
Conclusions:
Contribute < 1/month
There were 169 out of 409 respondents in this category.
Takeaway 5
Observations:
Conclusions:
./x.py check
+ CI, rather than building locallyTakeaway 6
Observations:
Conclusions:
Takeaway 7
Observations:
Conclusions:
Unresolved Questions:
Takeaway 8
Observations:
Conclusions:
Takeaway 9
Observations:
Conclusions:
Takeaway 10
Observations:
Conclusions:
Unresolved questions:
Takeaway 11
Observations:
Conclusions:
Takeaway 12
Observations:
Conclusions:
Contribute >= 1/month
There were 76 out of 409 respondents in this category.
Takeaway 13
Observations:
Conclusions:
Unresolved question:
Takeaway 14
Observations:
Conclusions:
Unresolved questions:
Takeaway 15
Observations:
Conclusions:
Takeaway 16
Observations:
Conclusions:
Takeaways 17
Observations:
Conclusions:
General Thoughts (from mark-i-m)
./x.py check
and encourage people to use CI rather than just building locally…cargo build
andcargo test
don't work, confusingly.