Files
OpenBB/.github/PULL_REQUEST_TEMPLATE/obb_developer_pull_request_template.md
Henrique Joaquim 5fd11beaee Feature/improved pr template (#6018)
* format w new black

* Revert "format w new black"

This reverts commit 74b9619cc6.

* better pr templates

* developer template
2024-01-31 14:30:34 +00:00

1.3 KiB
Vendored

Pull Request Template for OpenBB Developers

  1. Title:

    • Format: [Type] - Brief Description (e.g., [Hotfix] - Improve Calculation Accuracy).
  2. Why? (1-3 sentences or a bullet point list):

    • State the primary reason for this change.

    • Example: "To enhance the accuracy of our risk calculation in response to recent market volatility."

  3. What? (1-3 sentences or a bullet point list):

    • Describe what has been done in simple terms.

    • Example: "Updated the risk calculation algorithm to factor in real-time market fluctuations."

  4. Impact (1-2 sentences or a bullet point list):

    • Briefly note the expected outcome or any potential risks and share the Impact Analysis score.

    • Example: "Expected to improve risk assessment accuracy by 15%, with minimal performance impact. Impact score: 10"

    Tip

    Refer to the Impact Analysis confluence (internal) document for more information.

  5. Testing Done:

    • A quick note on how it was tested.

    • Example: "Validated with historical market data and simulated scenarios."

  6. Reviewer Notes (optional):

    • Any specific focus areas for review?

    • Example: "Please check algorithm compatibility with existing data models."

  7. Any other information (optional)