summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore7
-rw-r--r--TEMPLATE-INFO.txt7
l---------html/style.css1
3 files changed, 15 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..06aac76
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,7 @@
+config.ini
+initial_data.py
+schema.py
+
+db/
+detectors/
+extensions
diff --git a/TEMPLATE-INFO.txt b/TEMPLATE-INFO.txt
new file mode 100644
index 0000000..11390ae
--- /dev/null
+++ b/TEMPLATE-INFO.txt
@@ -0,0 +1,7 @@
+Name: classic-bugs
+Description: This is a generic issue tracker that may be used to track
+ bugs, feature requests, project issues or any number of other types of
+ issues. Most users of Roundup will find that this template suits them,
+ with perhaps a few customisations.
+Intended-for: All first-time Roundup users
+Path: /srv/http/bugs
diff --git a/html/style.css b/html/style.css
new file mode 120000
index 0000000..5ef3a39
--- /dev/null
+++ b/html/style.css
@@ -0,0 +1 @@
+../cgit/cgit.css \ No newline at end of file