summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2017-08-06 12:26:56 +0200
committerlassulus <lassulus@lassul.us>2017-08-06 12:26:56 +0200
commitc679efefaf604160738f8e95e219392d82a72288 (patch)
tree3e8195cc19cba5ffa4c2fade2a9cede83f4b1952
gi: Initialize issues repository
gi init
-rw-r--r--README.md2
-rw-r--r--config0
-rw-r--r--templates/comment5
-rw-r--r--templates/description12
4 files changed, 19 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..a0ec670
--- /dev/null
+++ b/README.md
@@ -0,0 +1,2 @@
+This is an distributed issue tracking repository based on Git.
+Visit [gi](https://github.com/dspinellis/gi) for more information.
diff --git a/config b/config
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/config
diff --git a/templates/comment b/templates/comment
new file mode 100644
index 0000000..77bec9f
--- /dev/null
+++ b/templates/comment
@@ -0,0 +1,5 @@
+
+# Please write here a comment regarding the issue.
+# Keep the conversation constructive and polite.
+# Lines starting with '#' will be ignored, and an empty message aborts
+# the issue addition.
diff --git a/templates/description b/templates/description
new file mode 100644
index 0000000..699323e
--- /dev/null
+++ b/templates/description
@@ -0,0 +1,12 @@
+
+# Start with a one-line summary of the issue. Leave a blank line and
+# continue with the issue's detailed description.
+#
+# Remember:
+# - Be precise
+# - Be clear: explain how to reproduce the problem, step by step,
+# so others can reproduce the issue
+# - Include only one problem per issue report
+#
+# Lines starting with '#' will be ignored, and an empty message aborts
+# the issue addition.