Update pull request template and add contributing guide for CLA

This commit is contained in:
David Langley 2024-09-05 20:07:21 +01:00
parent cceb34315d
commit cdc6d60e48
2 changed files with 2 additions and 1 deletions

View File

@ -5,4 +5,4 @@
- [ ] Ensure your code works with manual testing. - [ ] Ensure your code works with manual testing.
- [ ] New or updated `public`/`exported` symbols have accurate [TSDoc](https://tsdoc.org/) documentation. - [ ] New or updated `public`/`exported` symbols have accurate [TSDoc](https://tsdoc.org/) documentation.
- [ ] Linter and other CI checks pass. - [ ] Linter and other CI checks pass.
- [ ] Sign-off given on the changes (see [CONTRIBUTING.md](https://github.com/vector-im/element-web/blob/develop/CONTRIBUTING.md)). - [ ] Changes are licensed to Element under a Contributor License Agreement (CLA) (see [CONTRIBUTING.md](https://github.com/vector-im/element-web/blob/develop/CONTRIBUTING.md)).

1
CONTRIBUTING.md Normal file
View File

@ -0,0 +1 @@
Please read the element-web [contributing guide](https://github.com/element-hq/element-web/blob/develop/CONTRIBUTING.md).