This website works better with JavaScript.
Почетна
Преглед
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
0
Вики
Activity
5156
Комити
2
Гране
109 MiB
Jupyter Notebook
100%
Дрво:
0a9c584a08
test1
/
.github
/
PULL_REQUEST_TEMPLATE.md
1.3 KiB
Датотека
Blame
Историја
❤ Thank you for contributing to GitLens! ❤
🚨
IMPORTANT
🚨
Please create an issue
before
creating a Pull Request
Please use the following Git commit message style
Use future tense ("Adds feature" not "Added feature")
Use a "Fixes #xxx -" or "Closes #xxx -" prefix to auto-close the issue that your PR addresses
Limit the first line to 72 characters or less
Reference issues and pull requests liberally after the first line
↑
👆
DELETE above
before
submitting
👆
↑
Description
Checklist
I have followed the guidelines in the Contributing document
My changes follow the coding style of this project
My changes build without any errors or warnings
My changes have been formatted and linted
My changes include any required corresponding changes to the documentation (including CHANGELOG.md and README.md)
My changes have been rebased and squashed to the minimal number (typically 1) of relevant commits
My changes have a descriptive commit message with a short title, including a
Fixes $XXX -
or
Closes #XXX -
prefix to auto-close the issue that your PR addresses