Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thegeeklab/hugo-geekdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Kaussow <mail@geeklabor.de>2020-02-27 13:04:39 +0300
committerRobert Kaussow <mail@geeklabor.de>2020-02-27 13:04:39 +0300
commit0f4d7282633dd931d1612024aa4dcea7c6100355 (patch)
treeee446eac8e89b10d050edce734fc294b7179d3d4 /.github
parent7aaa8ed39fe73285d10fbd4440429b620d6883c9 (diff)
[SKIP CI] add gh settings.yml
Diffstat (limited to '.github')
-rw-r--r--.github/settings.yml61
1 files changed, 61 insertions, 0 deletions
diff --git a/.github/settings.yml b/.github/settings.yml
new file mode 100644
index 0000000..81143f6
--- /dev/null
+++ b/.github/settings.yml
@@ -0,0 +1,61 @@
+---
+repository:
+ name: hugo-geekdoc
+ description: Hugo theme made for documentation
+ homepage: https://geekdocs.de
+ topics: hugo, theme, documentation
+
+ private: false
+ has_issues: true
+ has_projects: false
+ has_wiki: false
+ has_downloads: false
+
+ default_branch: master
+
+ allow_squash_merge: true
+ allow_merge_commit: true
+ allow_rebase_merge: true
+
+labels:
+ - name: bug
+ color: d73a4a
+ description: Something isn't working
+ - name: documentation
+ color: 0075ca
+ description: Improvements or additions to documentation
+ - name: duplicate
+ color: cfd3d7
+ description: This issue or pull request already exists
+ - name: enhancement
+ color: a2eeef
+ description: New feature or request
+ - name: good first issue
+ color: 7057ff
+ description: Good for newcomers
+ - name: help wanted
+ color: 008672
+ description: Extra attention is needed
+ - name: invalid
+ color: e4e669
+ description: This doesn't seem right
+ - name: question
+ color: d876e3
+ description: Further information is requested
+ - name: wontfix
+ color: ffffff
+ description: This will not be worked on
+
+branches:
+ - name: master
+ protection:
+ required_status_checks:
+ strict: true
+ contexts:
+ - continuous-integration/drone/pr
+ enforce_admins: false
+ restrictions:
+ users: []
+ teams: []
+
+...