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

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnkit Meel <ankitjmeel@gmail.com>2021-10-23 08:11:27 +0300
committerAnkit Meel <ankitjmeel@gmail.com>2021-10-23 08:11:27 +0300
commit996ff7f869357823867e3b02542418852e85aabd (patch)
tree1b81b239bffd50bf678a42ad25557dddef33e0b6 /.github
parentbe3f162ef7c966750535c6c03d1e84be81d0b846 (diff)
GitHub: add PR template, add probot stale config
Differential Revision: https://developer.blender.org/D12890
Diffstat (limited to '.github')
-rw-r--r--.github/pull_request_template.md5
-rw-r--r--.github/stale.yml22
2 files changed, 27 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
new file mode 100644
index 00000000..93a29565
--- /dev/null
+++ b/.github/pull_request_template.md
@@ -0,0 +1,5 @@
+This repository is only used as a mirror of git.blender.org. Blender development happens on
+https://developer.blender.org.
+
+To get started with contributing code, please see:
+https://wiki.blender.org/wiki/Process/Contributing_Code
diff --git a/.github/stale.yml b/.github/stale.yml
new file mode 100644
index 00000000..9c563f2d
--- /dev/null
+++ b/.github/stale.yml
@@ -0,0 +1,22 @@
+# Configuration for probot-stale - https://github.com/probot/stale
+# This file is used on Blender's GitHub mirror to automatically close any pull request
+# and invite contributors to join the official development platform on blender.org
+
+# Number of days of inactivity before an Issue or Pull Request becomes stale
+daysUntilStale: 1
+
+# Number of days of inactivity before an Issue or Pull Request with the stale label is closed.
+# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
+daysUntilClose: 1
+
+# Label to use when marking as stale
+staleLabel: stale
+
+# Comment to post when closing a stale Issue or Pull Request.
+closeComment: >
+ This issue has been automatically closed, because this repository is only
+ used as a mirror of git.blender.org. Blender development happens on
+ developer.blender.org.
+
+ To get started contributing code, please read:
+ https://wiki.blender.org/wiki/Process/Contributing_Code