From 2497fff4af6ab9a074ccfc0965b4ffd158051d51 Mon Sep 17 00:00:00 2001 From: Dale Wijnand <344610+dwijnand@users.noreply.github.com> Date: Tue, 12 Jun 2018 14:15:34 +0100 Subject: [PATCH] Good First Issue markdown template --- Good-First-Issues.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/Good-First-Issues.md b/Good-First-Issues.md index e1b456a..f88b277 100644 --- a/Good-First-Issues.md +++ b/Good-First-Issues.md @@ -31,3 +31,33 @@ Steps: 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 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 + + +``` \ No newline at end of file