|
6 | 6 |
|
7 | 7 | # Work Project Commit Guidelines: |
8 | 8 | # - Reference JIRA ticket numbers when applicable |
9 | | -# - Include security considerations for LTI changes |
10 | | -# - Mention Canvas compatibility testing |
| 9 | +# - Include security considerations when relevant |
11 | 10 | # - Use professional, clear language |
| 11 | +# - Include testing details |
12 | 12 |
|
13 | 13 | # Types for work projects: |
14 | | -# feat: New LTI feature or Canvas integration |
15 | | -# fix: Bug fix affecting LTI functionality |
| 14 | +# feat: New features or capabilities |
| 15 | +# fix: Bug fixes |
16 | 16 | # security: Security improvements or fixes |
17 | | -# canvas: Canvas-specific changes or compatibility updates |
18 | 17 | # api: API changes or improvements |
19 | | -# test: Adding or updating LTI integration tests |
| 18 | +# test: Adding or updating tests |
20 | 19 | # docs: Documentation updates for team/stakeholders |
21 | 20 | # chore: Maintenance, dependencies, or build changes |
| 21 | +# refactor: Code refactoring without changing functionality |
22 | 22 |
|
23 | 23 | # Examples: |
24 | | -# feat(lti): add grade passback functionality for assignments |
25 | | -# fix(auth): resolve OAuth token refresh issue in Canvas |
26 | | -# security(lti): implement additional CSRF protection |
27 | | -# canvas(api): update to Canvas API v1.3 for better compatibility |
| 24 | +# feat(auth): add multi-factor authentication support |
| 25 | +# fix(api): resolve timeout issues in data processing |
| 26 | +# security(auth): implement rate limiting for login attempts |
| 27 | +# refactor(db): optimize query performance for user listings |
0 commit comments