Skip to content

Commit c99afea

Browse files
authored
chore: pr template (#119)
1 parent 3d8cb74 commit c99afea

1 file changed

Lines changed: 43 additions & 0 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
<!--
2+
PR tips
3+
- Updates to MCP architecture, resources, prompts, and tools require an issue being opened first.
4+
- Review existing issues for confirmation that the work isn't already in progress.
5+
- Review our [PR contributing guidelines](https://github.com/patternfly/patternfly-mcp/blob/main/CONTRIBUTING.md#pull-requests).
6+
-->
7+
## What is it?
8+
<!-- Summary of changes/additions/commits -->
9+
...
10+
11+
### Notes
12+
<!--
13+
- This is bot-created work, I am but a passenger on this wild-ride. AI agent tooling and model leveraged are:
14+
- tooling: [IDE/Chat]
15+
- model: [Specific/IDE specific/Auto-selection]
16+
-->
17+
...
18+
19+
<!-- ## How to test-->
20+
<!-- Are there directions to test/review? -->
21+
<!--
22+
### Prompt an agent to
23+
1. `> [test prompt]`
24+
-->
25+
<!--
26+
### Unit test check
27+
1. update the NPM packages with `$ npm install`
28+
1. `$ npm test`
29+
-->
30+
<!--
31+
### E2E test check
32+
1. update the NPM packages with `$ npm install`
33+
1. `$ npm run test:integration`
34+
-->
35+
<!--
36+
### Check the build
37+
1. update the NPM packages with `$ npm install`
38+
1. `$ npm run build`
39+
1. next...
40+
-->
41+
42+
## Updates issue/story
43+
<!-- What issue/story does this update, i.e Updates #33 -->

0 commit comments

Comments
 (0)