mirror of https://github.com/sbt/sbt.git
Good First Issue markdown template
parent
5b4e391c1c
commit
2497fff4af
|
|
@ -31,3 +31,33 @@ Steps:
|
||||||
It's common that it takes longer to write mentoring instructions than to fix it yourself (as an experienced
|
It's common that it takes longer to write mentoring instructions than to fix it yourself (as an experienced
|
||||||
maintainer) - this is an investment in [making sbt easier to contribute to][] and a potential long-term
|
maintainer) - this is an investment in [making sbt easier to contribute to][] and a potential long-term
|
||||||
contributor, possibly maintainer.
|
contributor, possibly maintainer.
|
||||||
|
|
||||||
|
## Markdown template
|
||||||
|
|
||||||
|
I suggest saving the following markdown template as a GitHub ["Saved Reply"](https://github.com/settings/replies) so you can append it to an issue's original description:
|
||||||
|
|
||||||
|
```
|
||||||
|
---
|
||||||
|
|
||||||
|
# Mentoring Instructions
|
||||||
|
|
||||||
|
## Links
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## Solution
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## Testing
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## Motivation
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## Background
|
||||||
|
|
||||||
|
|
||||||
|
```
|
||||||
Loading…
Reference in New Issue