diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-07-23 15:19:35 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-07-23 15:19:35 -0400 |
commit | e0d330dda8dea91936d5b76e212603d106e45386 (patch) | |
tree | 160d03f7b60e85307211b438390b1cfb73f0cbee | |
parent | d4606f69f6b0517f45f19d511a46004ae5dc7a5b (diff) |
Move Github templates to a folder
-rw-r--r-- | .github/issue_template.md (renamed from issue_template.md) | 0 | ||||
-rw-r--r-- | .github/pull_request_template.md (renamed from pull_request_template.md) | 0 | ||||
-rw-r--r-- | CONTRIBUTING | 1 |
3 files changed, 1 insertions, 0 deletions
diff --git a/issue_template.md b/.github/issue_template.md index 3aede7f5..3aede7f5 100644 --- a/issue_template.md +++ b/.github/issue_template.md diff --git a/pull_request_template.md b/.github/pull_request_template.md index be59deac..be59deac 100644 --- a/pull_request_template.md +++ b/.github/pull_request_template.md diff --git a/CONTRIBUTING b/CONTRIBUTING new file mode 100644 index 00000000..68a20f51 --- /dev/null +++ b/CONTRIBUTING @@ -0,0 +1 @@ +Read https://kanboard.net/documentation/contributing |