Skip to content
This repository was archived by the owner on Aug 1, 2021. It is now read-only.

Commit 2040a0a

Browse files
feat: update github settings
1 parent 8f3bed1 commit 2040a0a

File tree

7 files changed

+145
-23
lines changed

7 files changed

+145
-23
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,35 @@ name: Bug report
33
about: Create a report to help us improve
44
title: ''
55
labels: ''
6-
assignees: ''
6+
assignees: 'technote-space'
77

88
---
99

10-
# バグの概要
10+
## Describe the bug: バグの概要
11+
<!-- A clear and concise description of what the bug is. -->
1112
<!-- バグの内容を簡潔かつ明確に書いてください -->
1213

13-
# 再現手順
14-
<!-- バグの再現手順を書いてください -->
14+
## To Reproduce: 再現手順
15+
Steps to reproduce the behavior:
16+
1. Go to '...'
17+
2. Click on '....'
18+
3. Scroll down to '....'
19+
4. See error
1520

16-
# 期待する動作
21+
## Expected behavior: 期待する動作
22+
<!-- A clear and concise description of what you expected to happen. -->
1723
<!-- あなたが期待する動きを簡潔かつ明確に書いてください -->
1824

19-
# スクリーンショット
25+
## Screenshots: スクリーンショット
26+
<!-- If applicable, add screenshots to help explain your problem. -->
2027
<!-- バグの説明に役立つスクリーンショットを用意できる場合、ここに追加してください -->
2128

22-
# バグが発生した環境
23-
- WordPressのバージョン
24-
- プラグインのバージョン
25-
- OS
26-
- ブラウザ
29+
## Operating environment: バグが発生した環境
30+
- Version of software
31+
- OS: [e.g. Windows10]
32+
- Browser: [e.g. Chrome, Safari]
33+
- etc.
2734

28-
# 補足
35+
## Additional context: 補足
36+
<!-- Add any other context about the problem here. -->
2937
<!-- このバグに関連する情報を追加してください -->

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,22 @@ name: Feature request
33
about: Suggest an idea for this project
44
title: ''
55
labels: ''
6-
assignees: ''
6+
assignees: 'technote-space'
77

88
---
99

10-
# 概要
11-
<!-- 内容を簡潔かつ明確に書いてください -->
10+
## Please describe your suggestion: 提案の概要
11+
<!-- A clear and concise description of what the problem is. e.g. I'm always frustrated when [...] -->
12+
<!-- 『~をするときにいつもイライラする』など、現在抱えている問題の概要 -->
1213

13-
# 目的
14+
## Describe the solution you'd like: 考えうる解決方法
15+
<!-- A clear and concise description of what you want to happen. -->
16+
<!-- こう動けばイライラが解消するなど、期待する動作の概要 -->
1417

15-
# 提案内容
18+
## Describe alternatives you've considered: 考えうる代替案
19+
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
20+
<!-- あなたが考えたり試したことのある代替方法 -->
21+
22+
## Additional context: 補足
23+
<!-- Add any other context or screenshots about the feature request here. -->
24+
<!-- 補足やスクリーンショットなど -->

.github/config.yml

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# Configuration for request-info - https://github.com/behaviorbot/request-info
2+
3+
# *Required* Comment to reply with
4+
requestInfoReplyComment: >
5+
:clap: We would appreciate it if you could provide us with more info about this issue/pr!
6+
7+
# *OPTIONAL* default titles to check against for lack of descriptiveness
8+
# MUST BE ALL LOWERCASE
9+
requestInfoDefaultTitles:
10+
- update readme.md
11+
- updates
12+
- update
13+
14+
# *OPTIONAL* Label to be added to Issues and Pull Requests with insufficient information given
15+
requestInfoLabelToAdd: "Status: More Information Needed"
16+
17+
18+
19+
20+
# Configuration for welcome - https://github.com/behaviorbot/welcome
21+
22+
# Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome
23+
24+
# Comment to be posted to on first time issues
25+
newIssueWelcomeComment: >
26+
:raised_hands: Thanks for opening your first issue here! Be sure to follow the issue template!
27+
28+
# Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome
29+
30+
# Comment to be posted to on PRs from first time contributors in your repository
31+
newPRWelcomeComment: >
32+
:raised_hands: Thanks for opening this pull request! Please check out our contributing guidelines.
33+
34+
# Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge
35+
36+
# Comment to be posted to on pull requests merged by a first time user
37+
firstPRMergeComment: >
38+
:tada: Congrats on merging your first pull request! We here at behaviorbot are proud of you!
39+
40+
41+
42+
# Configuration for todo - https://github.com/jasonetco/todo
43+
todo:
44+
- label: "Type: Todo"

.github/no-response.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Configuration for probot-no-response - https://github.com/probot/no-response
2+
3+
# Number of days of inactivity before an Issue is closed for lack of response
4+
daysUntilClose: 30
5+
# Label requiring a response
6+
responseRequiredLabel: "Status: More Information Needed"
7+
# Comment to post when closing an Issue for lack of response. Set to `false` to disable
8+
closeComment: >
9+
This issue has been automatically closed because there has been no response
10+
to our request for more information from the original author. With only the
11+
information that is currently in the issue, we don't have enough information
12+
to take action. Please reach out if you have or find the answers we need so
13+
that we can investigate further.

.github/pull_request_template.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
1-
# 概要
1+
## Description: 概要
2+
<!-- Please describe purpose of change or related Issue number -->
23
<!-- 変更の目的 もしくは 関連する Issue 番号 -->
34

4-
# 変更内容
5+
## Changes: 変更内容
6+
<!-- Detail of changes (please add screenshots if applicable) -->
57
<!-- ビューの変更がある場合はスクショによる比較などがあるとわかりやすい -->
68

7-
# 影響範囲
9+
## Expected Impact: 影響範囲
10+
<!-- e.g. I changed this function, which might be affect that function. -->
811
<!-- この関数を変更したのでこの機能にも影響がある、など -->
912

10-
# 動作要件
13+
## Operating Requirements: 動作要件
14+
<!-- e.g. Environment variables / Dependencies / DB updates -->
1115
<!-- 動作に必要な 環境変数 / 依存関係 / DBの更新 など -->
1216

13-
# 補足
14-
<!-- レビューをする際に見てほしい点、ローカル環境で試す際の注意点、など -->
17+
## Additional context: 補足
18+
<!-- e.g. Point or review / Cautions when trying in a local environment -->
19+
<!-- レビューをする際に見てほしい点、ローカル環境で試す際の注意点、など -->

.github/release-drafter.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Config for https://github.com/apps/release-drafter
2+
name-template: 'v$NEXT_PATCH_VERSION :rainbow:'
3+
tag-template: 'v$NEXT_PATCH_VERSION'
4+
categories:
5+
- title: ':rocket: Features'
6+
labels:
7+
- 'Type: Feature'
8+
- 'Type: Refactoring'
9+
- title: ':bug: Bug Fixes'
10+
labels:
11+
- 'Type: Bug'
12+
- 'Type: Maintenance'
13+
- 'Type: Security'
14+
- title: ':green_book: Docs'
15+
labels:
16+
- 'Type: Documentation'
17+
- title: ':white_check_mark: Tested'
18+
labels:
19+
- 'Type: Testing'
20+
- title: ':sparkles: All Changes'
21+
labels:
22+
- 'Type: Release'
23+
template: |
24+
## What’s Changed
25+
26+
$CHANGES

.github/stale.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Number of days of inactivity before an issue becomes stale
2+
daysUntilStale: 180
3+
# Number of days of inactivity before a stale issue is closed
4+
daysUntilClose: 30
5+
# Issues with these labels will never be considered stale
6+
exemptLabels:
7+
- "Priority: Critical"
8+
- "Type: Security"
9+
# Label to use when marking an issue as stale
10+
staleLabel: "Status: Abandoned"
11+
# Comment to post when marking an issue as stale. Set to `false` to disable
12+
markComment: >
13+
This issue has been automatically marked as stale because it has not had
14+
recent activity. It will be closed if no further activity occurs. Thank you
15+
for your contributions.
16+
# Comment to post when closing a stale issue. Set to `false` to disable
17+
closeComment: false

0 commit comments

Comments
 (0)