Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added more newlines for better formatting #113

Open
wants to merge 1 commit into
base: staging
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Git/PR Templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,18 @@ For adding the pull request template via Github UI, please check [the instructio
- "docs"
2. Create a new pull request template file according to the following rules:
- To add a PR template that will be default for all new pull requests in the solution, add a new file to the folder from step 1 with the extension ".md" or ".txt" and name it as you wish; e.g: "pull_request_template.md"

- To add a PR template that will be default for new pull requests targeting a specific branch or set of branches:
- In the folder from step 1, create a new folder structure: `pull_request_template/branches/`
- Add a new file and name it according to the name of the target branch or set of branches:
- If a branch is named "feature/branch1", the file should be called "feature-branch1.md" or "feature-branch1.txt"
- If the target set of branches is the set of all feature branches, the file should be named "feature.md" or "feature.txt"
- If the target branches are "feature/branch1" and "feature/branch2", the file should be named "feature-branch.md" or "feature-branch.txt" (the file name without an extension should be a common prefix of the names of the target branches)"

- To add a PR template that can be appended to the PR description on demand (when creating the PR):
- In the folder from step 1, create a new folder structure: `pull_request_template/`
- Add a new file and name it as you wish; e.g: "additional_pr_template.md" or "additional_pr_template.txt"

3. Add a pull request template to the file; the following is an example of a pull request template used in our team:

```
Expand Down