summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.