dx: Clean up PR template (#8541)

* dx: Clean up PR template
pull/8535/head^2
Reinier van der Leer 2024-11-08 17:44:55 +01:00 committed by GitHub
parent dfb7cf19f7
commit c960bd870c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 27 additions and 25 deletions

View File

@ -1,36 +1,38 @@
### Background
<!-- Clearly explain the need for these changes: --> <!-- Clearly explain the need for these changes: -->
### Changes 🏗️ ### Changes 🏗️
<!-- Concisely describe all of the changes made in this pull request: --> <!-- Concisely describe all of the changes made in this pull request: -->
### Checklist 📋
### Testing 🔍 #### For code changes:
> [!NOTE] - [ ] I have clearly listed my changes in the PR description
Only for the new autogpt platform, currently in autogpt_platform/ - [ ] I have made a test plan
- [ ] I have tested my changes according to the test plan:
<!-- Put your test plan here: -->
- [ ] ...
<!-- <details>
Please make sure your changes have been tested and are in good working condition. <summary>Example test plan</summary>
Here is a list of our critical paths, if you need some inspiration on what and how to test:
--> - [ ] Create from scratch and execute an agent with at least 3 blocks
- [ ] Import an agent from file upload, and confirm it executes correctly
- [ ] Upload agent to marketplace
- [ ] Import an agent from marketplace and confirm it executes correctly
- [ ] Edit an agent from monitor, and confirm it executes correctly
</details>
- Create from scratch and execute an agent with at least 3 blocks #### For configuration changes:
- Import an agent from file upload, and confirm it executes correctly - [ ] `.env.example` is updated or already compatible with my changes
- Upload agent to marketplace - [ ] `docker-compose.yml` is updated or already compatible with my changes
- Import an agent from marketplace and confirm it executes correctly - [ ] I have included a list of my configuration changes in the PR description (under **Changes**)
- Edit an agent from monitor, and confirm it executes correctly
### Configuration Changes 📝 <details>
> [!NOTE] <summary>Examples of configuration changes</summary>
Only for the new autogpt platform, currently in autogpt_platform/
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. - Changing ports
- Adding new services that need to communicate with each other
Examples of such changes might include: - Secrets or environment variable changes
- New or infrastructure changes such as databases
- Changing ports </details>
- Adding new services that need to communicate with each other
- Secrets or environment variable changes
- New or infrastructure changes such as databases