Skip to content

Commit 2e8c879

Browse files
committed
GitHub: add PR template, add probot stale config
Differential Revision: https://developer.blender.org/D12890
1 parent 7c5acb9 commit 2e8c879

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

.github/pull_request_template.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
This repository is only used as a mirror of git.blender.org. Blender development happens on
2+
https://developer.blender.org.
3+
4+
To get started with contributing code, please see:
5+
https://wiki.blender.org/wiki/Process/Contributing_Code

.github/stale.yml

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Configuration for probot-stale - https://github.com/probot/stale
2+
# This file is used on Blender's GitHub mirror to automatically close any pull request
3+
# and invite contributors to join the official development platform on blender.org
4+
5+
# Number of days of inactivity before an Issue or Pull Request becomes stale
6+
daysUntilStale: 1
7+
8+
# Number of days of inactivity before an Issue or Pull Request with the stale label is closed.
9+
# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
10+
daysUntilClose: 1
11+
12+
# Label to use when marking as stale
13+
staleLabel: stale
14+
15+
# Comment to post when closing a stale Issue or Pull Request.
16+
closeComment: >
17+
This issue has been automatically closed, because this repository is only
18+
used as a mirror of git.blender.org. Blender development happens on
19+
developer.blender.org.
20+
21+
To get started contributing code, please read:
22+
https://wiki.blender.org/wiki/Process/Contributing_Code

0 commit comments

Comments
 (0)