Skip to content

Commit b0fa1f8

Browse files
authored
Add pull request template with AI usage disclosure (#2279)
1 parent ff63ec9 commit b0fa1f8

4 files changed

Lines changed: 24 additions & 4 deletions

File tree

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/ISSUE_TEMPLATE/operation-request.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,14 @@ assignees: ''
77

88
---
99

10-
## Summary
10+
**Is your operation request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. E.g. I'm always frustrated when [...]
1112

12-
### Example Input
13+
**Describe the solution you'd like**
14+
A clear and concise description of the new operation you would like.
1315

14-
### Example Output
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Example input and output**
20+
Provide an example input to the operation, along with the output that you would expect.

.github/pull_request_template.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
**Description**
2+
Provide a description of the pull request and the changes that it makes.
3+
4+
**Existing Issue**
5+
If this pull request relates to an existing issue in the repository, please link it here.
6+
7+
**Screenshots**
8+
If the pull request changes any visual aspects of CyberChef, please include screenshots.
9+
10+
**AI disclosure**
11+
If you have used any AI tools while creating this code, **you must declare your usage along with the name of the tools that you used**.
12+
Regardless of AI tool usage, you are responsible for any code that you submit, and we expect you to have checked the code and have enough of an understanding of it to answer any questions we might have.
13+
14+
**Test Coverage**
15+
Please ensure you have added test coverage for your changes.
File renamed without changes.

0 commit comments

Comments
 (0)