Skip to content

Commit ca71721

Browse files
author
Luke Bowerman
authored
docs: Use Github-smart links (#2078)
1 parent e9b5992 commit ca71721

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.github/pull_request_template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
📺 Watch a quick video on how to you make your pull requests fast and easy for you and your reviewer(s):
44
https://threadit.app/thread/k45nyrqugoinw6xub9vf/message/fl8m57exhqg4r0a4hg01eebn
55

6-
- 👆 Make sure your pull request title follows [Pull Request Title Guidelines](https://github.com/looker-open-source/components/blob/main/CONTRIBUTING.md#title-guidelines) from our [Contribution guide](https://github.com/looker-open-source/components/blob/main/CONTRIBUTING.md)
6+
- 👆 Make sure your pull request title follows [Pull Request Title Guidelines](/CONTRIBUTING.md#title-guidelines) from our [Contribution guide](/CONTRIBUTING.md)
77
- 👉 Don't forget to replace these instructions with your _✨awesome✨_ description of what this change _actually does_. Additionally it's great to include context on how it works and why the change was needed.
88
- 👇 Edit "Developer Checklist" to reflect items relevant to this PR (and try to make sure to check everything off before asking for review)
99

10-
## Developer Checklist [ℹ️](https://github.com/looker-open-source/components/blob/main/CONTRIBUTING.md#developer-checklist)
10+
## Developer Checklist [ℹ️](/CONTRIBUTING.md#developer-checklist)
1111

1212
- [ ] ♿️ Accessibility addressed
1313
- [ ] 🌏 Localization & Internationalization addressed

CONTRIBUTING.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,14 @@ We squash Pull Requests (all commits in a pull request show up in our `main` bra
4141

4242
So we use Conventional Commit style Pull Request titles:
4343

44+
`<type>[optional scope]: <description>`
45+
46+
Examples:
47+
4448
```
45-
<type>[optional scope]: <description>
49+
fix(Button): Fixed support for `aria-\*` attributes
50+
feat(NewComponentName): Component to support exciting new thing
51+
chore(deps): Updated package dependency X from 1.0.2 to 1.0.6
4652
```
4753

4854
#### Types

0 commit comments

Comments
 (0)