github.com/gemaraproj/gemara@v1.3.0

.github/pull_request_template.md raw

 1## Description
 2
 3<!-- Provide a clear and concise description of what this PR does -->
 4
 5## Schema Changes
 6
 7<!-- REQUIRED: Please disclose any changes made to the schemas -->
 8
 9### Schema Changes Made
10
11- [ ] No schema changes
12- [ ] Audit Log schema (`auditlog.cue`) changes
13- [ ] Capability Catalog schema (`capabilitycatalog.cue`) changes
14- [ ] Control Catalog schema (`controlcatalog.cue`) changes
15- [ ] Enforcement Log schema (`enforcementlog.cue`) changes
16- [ ] Evaluation Log schema (`evaluationlog.cue`) changes
17- [ ] Guidance Catalog schema (`guidancecatalog.cue`) changes
18- [ ] Mapping Document schema (`mappingdocument.cue`) changes
19- [ ] Policy Document schema (`policy.cue`) changes
20- [ ] Principle Catalog schema (`principlecatalog.cue`) changes
21- [ ] Risk Catalog schema (`riskcatalog.cue`) changes
22- [ ] Threat Catalog schema (`threatcatalog.cue`) changes
23- [ ] Vector Catalog schema (`vectorcatalog.cue`) changes
24- [ ] Other
25
26### Schema Change Details
27
28<!-- If schema changes were made, please describe:
29- What fields/types were added, modified, or removed?
30- What is the impact of these changes?
31- Are these changes backward compatible?
32- Do any generated types need to be regenerated?
33-->
34
35```
36<!-- If applicable, provide a brief summary or example of schema changes -->
37```
38
39## Testing
40
41<!-- Describe the tests you ran and how to reproduce them -->
42
43- [ ] Unit tests added/updated
44- [ ] Manual testing performed
45- [ ] Test data updated (if applicable)
46
47## Related Issues
48
49<!-- Link to related issues using keywords (e.g., "Fixes #123", "Closes #456") -->
50
51## Reviewer Hints
52
53<!-- Help reviewers by highlighting:
54- Areas that need special attention or focus
55- Complex logic or design decisions that warrant discussion
56- Known limitations or trade-offs
57- Testing approach or edge cases to verify
58- Files or functions that changed significantly
59-->
60
61
62
63 ---
64
65## Self-review checklist
66
67<!-- Maintainer Note: Update the checklist before requesting a review on your PR.-->
68
69- [ ] This PR has content that was created with AI assistance. 
70   - [ ]  I have read and followed the [Generative AI Contribution Policy](https://www.linuxfoundation.org/legal/generative-ai).
71- [ ] I have the experience and knowledge necessary to answer maintainer questions about the content of this PR, without using AI.