mirror of
https://github.com/OpenBB-finance/OpenBB.git
synced 2026-06-01 15:33:00 +08:00
* format w new black
* Revert "format w new black"
This reverts commit 74b9619cc6.
* better pr templates
* developer template
1.7 KiB
Vendored
1.7 KiB
Vendored
Pull Request the OpenBBTerminal
Description
- Summary of the change/ bug fix.
- Link # issue, if applicable.
- Screenshot of the feature or the bug before/after fix, if applicable.
- Relevant motivation and context.
- List any dependencies that are required for this change.
How has this been tested?
-
Please describe the tests that you ran to verify your changes.
-
Please provide instructions so we can reproduce.
-
Please also list any relevant details for your test configuration.
-
Ensure the affected commands still execute in the OpenBB Terminal.
-
Ensure the Platform (previously named SDK) is working as intended.
-
Check any related reports.
Checklist
- I ensure I have self-reviewed my code.
- I have commented/documented my code, particularly in hard-to-understand sections.
- I have adhered to the GitFlow naming convention and my branch name is in the format of
feature/feature-nameorhotfix/hotfix-name. - Update our documentation following these guidelines. Update any user guides that are affected by the changes.
- Update our tests following these guidelines.
- Make sure you are following our CONTRIBUTING guidelines.
- If a feature was added make sure to add it to the corresponding integration test script.