Mirrors是镜像仓库,啥意思呢,就是这个仓库是不在GitHub上开发的,而是在别的平台比如gitlab或者gitea(都是和GitHub一样的代码托管平台)开发的,那把这些仓库的一举一动都复制到GitHub上的那个对应仓库就是镜像仓库。 Template是模版的意思,template仓库是为别的仓库提供模版,有个特征就是GitHub上会显示Use this template...
11 changes: 10 additions & 1 deletion 11 .gitee/PULL_REQUEST_TEMPLATE.zh-CN.md Original file line numberDiff line numberDiff line change @@ -7,4 +7,13 @@ ### 修改描述(包括说明bug修复或者添加新特性) 1. [bug修复] balabala…… 2. [新特性] balabala…… 2. [新特性] balabala…… ...
PULL_REQUEST_TEMPLATE.md Place this file in your repository's root directory or a .github directory You copy the contents of the PULL_REQUEST_TEMPLATE.md file, placing it in your repository. You decide to this on GitHub. "Maybe I should this," you say to no one in particular. You de...
Pull Request Template This repo is for generic pull request template(s). Guide to creating a pull request template for your github repository: https://help.github.com/articles/creating-a-pull-request-template-for-your-repository/ Blog Post: http://rturek.com/tech/generic-github-pull-request-...
Pull request templates When you add a pull request template to your repository, project contributors will automatically see the template's contents in the pull request body. You must create templates on the repository's default branch. Templates created in other branches are not available for collab...
To use an issue form in your repository, you must create a new file and add it to the.github/ISSUE_TEMPLATEfolder in your repository. Here is an example of an issue form configuration file. YAML name:BugReportdescription:Fileabugreport.title:"[Bug]: "labels:["bug","triage"]projects:...
创建Pull Request 了解更多 对比差异通过 Pull Request 同步 同步更新到分支 通过Pull Request 同步 将会在向当前分支创建一个 Pull Request,合入后将完成同步 陌溪fix: 修改ae2c48b2年前 1173 次提交 提交取消 提示:由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件 ...
After using the template to create your blank project, the Template Cleanup workflow will be triggered to override or remove any template-specific configurations, such as the plugin name, current changelog, etc. Once this is complete, the project is ready to be cloned to your local environment ...
if (context.Request.Query["environment"] == "gov") { portal = "https://portal.azure.us"; } string templateUri = "https://raw.githubusercontent.com/" + org + "/" + project + "/" + branch + context.Request.Path; templateUri = System.Web.HttpUtility.UrlEncode(templateUri); string...
通过Pull Request 同步 将会在向当前分支创建一个 Pull Request,合入后将完成同步 Mashirofix: remove unused code0128ba43年前 315 次提交 提交取消 提示:由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件 .github/ISSUE_TEMPLATE Update ---bug.md ...