Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Sharkey
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dima Krasner
Sharkey
Commits
5f86509a
Commit
5f86509a
authored
3 years ago
by
syuilo
Browse files
Options
Downloads
Plain Diff
Merge branch 'develop' of
https://github.com/misskey-dev/misskey
into develop
parents
15613912
60553a8a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/PULL_REQUEST_TEMPLATE.md
+20
-12
20 additions, 12 deletions
.github/PULL_REQUEST_TEMPLATE.md
with
20 additions
and
12 deletions
.github/PULL_REQUEST_TEMPLATE.md
+
20
−
12
View file @
5f86509a
<!-- ℹ お読みください
PRありがとうございます! PRを作成する前に、以下をご確認ください:
可能であればタイトルに、以下で示すようなPRの種類が分かるキーワードをプリフィクスしてください。
fix / refactor / feat / enhance / perf / chore
また、PRの粒度が適切であることを確認してください。ひとつのPRに複数の種類の変更や関心を含めることは避けてください。
このPRによって解決されるIssueがある場合は、そのIssue IDを本文内に記入してください。
CHANGELOG.mdに変更点を追記してください。リファクタリングなど、利用者に影響を与えない変更についてはこの限りではありません。
機能追加やバグ修正をした場合は、可能であればテストケースを追加してください。
-
可能であればタイトルに、以下で示すようなPRの種類が分かるキーワードをプリフィクスしてください。
-
fix / refactor / feat / enhance / perf / chore
-
また、PRの粒度が適切であることを確認してください。ひとつのPRに複数の種類の変更や関心を含めることは避けてください。
-
このPRによって解決されるIssueがある場合は、そのIssueへの参照を本文内に含めてください。
-
CHANGELOG.mdに変更点を追記してください。リファクタリングなど、利用者に影響を与えない変更についてはこの限りではありません。
-
この変更により新たに作成、もしくは更新すべきドキュメントがないか確認してください。
-
機能追加やバグ修正をした場合は、可能であればテストケースを追加してください。
-
テスト、Lintが通っていることを予め確認してください。
-
`npm run test`
、
`npm run lint`
でぞれぞれ実施可能です
-
UIに変更がある場合はスクリーンショットを本文内に添付してください。
ご協力ありがとうございます🤗
-->
<!-- ℹ README
Thank you for your PR! Before creating a PR, please check the following:
If possible, prefix the title with a keyword that identifies the type of this PR, as shown below.
fix / refactor / feat / enhance / perf / chore
Also, make sure that the granularity of this PR is appropriate. Please do not include more than one type of change or interest in a single PR.
If there is an issue to be resolved by this PR, please include the Issue ID in the text.
Please add the summary of the changes to CHANGELOG.md. However, this is not necessary for changes that do not affect the users, such as refactoring.
If you have added a feature or fixed a bug, please add a test case if possible.
-
If possible, prefix the title with a keyword that identifies the type of this PR, as shown below.
-
fix / refactor / feat / enhance / perf / chore
-
Also, make sure that the granularity of this PR is appropriate. Please do not include more than one type of change or interest in a single PR.
-
If there is an Issue which will be resolved by this PR, please include a reference to the Issue in the text.
-
Please add the summary of the changes to CHANGELOG.md. However, this is not necessary for changes that do not affect the users, such as refactoring.
-
Check if there are any documents that need to be created or updated due to this change.
-
If you have added a feature or fixed a bug, please add a test case if possible.
-
Please make sure that tests and Lint are passed in advance.
-
You can run it with
`npm run test`
and
`npm run lint`
.
-
If this PR includes UI changes, please attach a screenshot in the text.
Thanks for your cooperation 🤗
-->
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment