Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 33 additions & 4 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
<!--
Thank you for contributing to Macaulay2!
Thank you for contributing to Macaulay2! Please fill out the following template and review the contribution policies TODO LINK HERE.

Please read https://github.com/Macaulay2/M2/wiki/Pull-requests for instructions.
-->
## Description

Closes: {Any issues that this closes}

Provide a clear and concise summary of your changes here.

## AI Use

Please declare your use of AI on this pull request

- [ ] I have not used AI
- [ ] I have used AI

Extent of AI Usage: What do we want to require here?

AI Details:

Model(s) Used: [e.g., GPT-4o, Claude 3.5 Sonnet]

AI Involvement Level:
- [ ] Level 2: Superficial (Docstrings, regex, formatting)
- [ ] Level 5: Structural (Algorithm logic, new functions)

How was AI used? [Describe the prompts or workflow used to generate the code]

## License

Choose one of the following

- [x] The code in this pull request is the public domain
- [ ] The code in this pull request is licensed under GPLv2+
- [ ] The code in this pull request is licensed under a GPLv2 compatible license (specify below)
Loading