Skip to content

Commit 08a8abe

Browse files
authored
docs(pr_template): Add reminder for config and infra changes (#8430)
add config change reminder
1 parent 1321faf commit 08a8abe

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+13
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,16 @@ Here is a list of our critical paths, if you need some inspiration on what and h
2121
- Upload agent to marketplace
2222
- Import an agent from marketplace and confirm it executes correctly
2323
- Edit an agent from monitor, and confirm it executes correctly
24+
25+
### Configuration Changes 📝
26+
> [!NOTE]
27+
Only for the new autogpt platform, currently in autogpt_platform/
28+
29+
If you're making configuration or infrastructure changes, please remember to check you've updated the related infrastructure code in the autogpt_platform/infra folder.
30+
31+
Examples of such changes might include:
32+
33+
- Changing ports
34+
- Adding new services that need to communicate with each other
35+
- Secrets or environment variable changes
36+
- New or infrastructure changes such as databases

0 commit comments

Comments
 (0)