You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,10 @@
2
2
3
3
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.
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
_Before_ submitting a pull request, please make sure the following is done...
2
2
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**.
4
-
-[ ] Fork the repo and create your branch from `master` or `formily_next`.
3
+
-[ ] Ensure the pull request title and commit message follow the [Commit Specific](https://github.com/formilyjs/vant/blob/main/.github/CONTRIBUTING.md#git-commit-specific) in **English**.
4
+
-[ ] Fork the repo and create your branch from `main`.
5
5
-[ ] If you've added code that should be tested, add tests!
6
6
-[ ] If you've changed APIs, update the documentation.
0 commit comments