Skip to content

Commit aebc537

Browse files
committed
add note about generic headings
1 parent a1cb48c commit aebc537

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ Extending on these rules:
4040
- No var. Only const and let for variable declarations
4141
- Use brace expansion for imports, i.e. import { a, b } from @ember/somepackage and use the same name as is used in the API docs
4242
- Links to the API docs should point to the `/release/` version
43+
- Whenever possible, choose semi-generic heading titles, so that as Ember grows and changes, we can keep using them.
4344

4445
### Writing
4546

0 commit comments

Comments
 (0)