Skip to content

Commit 705c33f

Browse files
committed
Some baselines
1 parent 1751ffd commit 705c33f

File tree

5 files changed

+44
-3
lines changed

5 files changed

+44
-3
lines changed

.github/config.yml

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Configuration for welcome - https://github.com/behaviorbot/welcome
2+
3+
# Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome
4+
5+
# Comment to be posted to on first time issues
6+
7+
newIssueWelcomeComment: >
8+
Thanks for opening your first issue here! Please check out our [contributing guidelines](https://github.com/OpenSUTD/community-standards/blob/master/CONTRIBUTING.md) and [code of conduct](https://github.com/OpenSUTD/community-standards/blob/master/CONDUCT.md).
9+
10+
# Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome
11+
12+
# Comment to be posted to on PRs from first time contributors in your repository
13+
14+
newPRWelcomeComment: >
15+
Thanks for opening this pull request! Please check out our [contributing guidelines](https://github.com/OpenSUTD/community-standards/blob/master/CONTRIBUTING.md) and [code of conduct](https://github.com/OpenSUTD/community-standards/blob/master/CONDUCT.md).
16+
17+
# Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge
18+
19+
# Comment to be posted to on pull requests merged by a first time user
20+
21+
firstPRMergeComment: >
22+
Congrats on merging your first pull request! Thank you for your contribution!
23+
24+
# It is recommended to include as many gifs and emojis as possible!

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.DS_Store
2+

AUTOMATION.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
# Automation on OpenSUTD
3+
4+
## Experiments
5+
6+
* https://probot.github.io/apps/pull/
7+
* https://probot.github.io/apps/welcome/
8+
File renamed without changes.

README.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ OpenSUTD Community Standards for all members to abide by.
44

55
## Index
66

7-
* Project Nomenclature on OpenSUTD
8-
* Contribution Guidelines for OpenSUTD Projects
9-
* OpenSUTD Community Code of Conduct
7+
* [Project Nomenclature on OpenSUTD](NAMING.md)
8+
* [Contribution Guidelines for OpenSUTD Projects](CONTRIBUTING.md)
9+
* [OpenSUTD Community Code of Conduct](CONDUCT.md)
10+
* [Automation on OpenSUTD](AUTOMATION.md)
11+
12+
## Important information
13+
14+
We are still working out the specifics of our contribution guidelines and code of conduct.
15+
16+
If you are interested in having a say, please open an issue!

0 commit comments

Comments
 (0)