Skip to content

Commit 129cd69

Browse files
authored
chore: change pr template and commit message specific link (#2742)
1 parent 36d377c commit 129cd69

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

.github/CONTRIBUTING.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
Hi! I’m really excited that you are interested in contributing to Formily. Before submitting your contribution though, please make sure to take a moment and read through the following guidelines.
44

5-
- [Issue Reporting Guidelines](#issue-reporting-guidelines)
6-
- [Pull Request Guidelines](#pull-request-guidelines)
7-
- [Git Commit Specific](./GIT_COMMIT_SPECIFIC.md)
8-
5+
- [Contributing Guide](#contributing-guide)
6+
- [Issue Reporting Guidelines](#issue-reporting-guidelines)
7+
- [Pull Request Guidelines](#pull-request-guidelines)
8+
- [Git Commit Specific](#git-commit-specific)
99

1010
## Issue Reporting Guidelines
1111

@@ -39,10 +39,9 @@ Hi! I’m really excited that you are interested in contributing to Formily. Bef
3939
- Provide detailed description of the bug in the PR. Live demo preferred.
4040
- Add appropriate test coverage if applicable.
4141

42-
4342
## Git Commit Specific
4443

45-
- Your commits message must follow our [git commit specific](./GIT_COMMIT_SPECIFIC.md).
44+
- Your commits message must follow our [git commit specific](https://github.com/alibaba/formily/blob/master/.github/GIT_COMMIT_SPECIFIC.md).
4645
- We will check your commit message, if it does not conform to the specification, the commit will be automatically refused, make sure you have read the specification above.
4746
- You could use `git cz` with a CLI interface to replace `git commit` command, it will help you to build a proper commit-message, see [commitizen](https://github.com/commitizen/cz-cli).
48-
- It's OK to have multiple small commits as you work on your branch - we will let GitHub automatically squash it before merging.
47+
- It's OK to have multiple small commits as you work on your branch - we will let GitHub automatically squash it before merging.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
_Before_ submitting a pull request, please make sure the following is done...
22

3-
- [ ] Ensure the pull request title and commit message follow the [Commit Specific](https://github.com/alibaba/formily/blob/formily_next/.github/GIT_COMMIT_SPECIFIC.md) in **English**.
3+
- [ ] Ensure the pull request title and commit message follow the [Commit Specific](https://formilyjs.org/guide/contribution#pr-specification) in **English**.
44
- [ ] Fork the repo and create your branch from `master` or `formily_next`.
55
- [ ] If you've added code that should be tested, add tests!
66
- [ ] If you've changed APIs, update the documentation.

0 commit comments

Comments
 (0)