We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1cb48c commit aebc537Copy full SHA for aebc537
CONTRIBUTING.md
@@ -40,6 +40,7 @@ Extending on these rules:
40
- No var. Only const and let for variable declarations
41
- 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
42
- 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.
44
45
### Writing
46
0 commit comments