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

updating contributing.md section 3.1.b.i issue#7641 #7816

Open
wants to merge 1 commit into
base: gh-pages
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
16 changes: 8 additions & 8 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -910,16 +910,16 @@ git push --set-upstream origin update-give-link-2093

##### **i. Complete pull request (1): Update pull request title**

* When the pull request is opened, the title input box will be the where the cursor defaults to.
* The default title will be your last commit message from your branch.
* Please change it to provide a summary of what you did.
* For our example (PR [Update Care Link in Credits Page - #2131](https://github.com/hackforla/website/pull/2131)), [@adrian-zaragoza](https://github.com/adrian-zaragoza) provided the following title:
* When the pull request is opened, the cursor will be located in the title input box, and the default title will be your last commit message from your branch.
* Change the title to a short summary of what you did on the issue:
* **Advice:** Provide a 4-12 word description of your resolution to the issue
* For our example, [@adrian-zaragoza](https://github.com/adrian-zaragoza) provided the following title:

```
Update Care Link in Credits Page
```
`Update Care Link in Credits Page`

**Advice:** Provide a 4-12 word summary of your resolution to the issue you are handling.
* **Note:** Upon creation, the pull request number will be appended to the title automatically. To avoid confusion, please **do not include** the issue number in the title.
* The final title from our example is:
[Update Care Link in Credits Page #2131](https://github.com/hackforla/website/pull/2131)

##### **ii. Complete pull request (2): Add issue number to the pull request**

Expand Down
Loading