AppFlowy-Web/.github/PULL_REQUEST_TEMPLATE.md

59 lines
2.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!---
Thank you for submitting a pull request to the AppFlowy Web! The team will dedicate their best efforts to reviewing and approving your PR. If you have any questions or feedback, feel free to join our [Discord](https://discord.gg/wdjWUXXhtw).
-->
### **Feature Preview (Optional)**
<!---
If your pull request introduces a new feature for AppFlowy Web, please attach a video or screenshot showcasing your work. Drag and drop files into this section.
If this is not a feature PR, feel free to delete this section.
-->
---
### **Related Issues**
<!---
List at least one issue that this PR addresses. If it resolves the issue, use the [fixes](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests) keyword to automatically close it. Example:
fixes #2106
-->
---
### **Description**
<!---
Provide a clear and concise description of the changes introduced in this pull request for AppFlowy Web. What problem does it solve? What value does it add?
-->
---
### **Technical Implementation (Optional)**
<!---
If applicable, provide technical details about the implementation. Explain any design decisions, trade-offs, or alternatives considered for AppFlowy Web.
-->
---
### **Checklist**
<!---
Before marking your pull request as ready for review, ensure the following checklist is complete.
-->
#### **General**
- [ ] At least one issue this PR fixes is listed in the "Related Issues" section.
- [ ] The code adheres to the AppFlowy Web project's style guidelines.
- [ ] I've included relevant documentation or comments for the changes introduced.
- [ ] I've tested the changes in multiple environments (e.g., different browsers, operating systems).
#### **Testing**
- [ ] I've added or updated tests to validate the changes introduced for AppFlowy Web.
- [ ] All existing tests are passing.
#### **Feature-Specific**
- [ ] For feature additions, I've added a preview (video, screenshot, or demo) in the "Feature Preview" section.
- [ ] I've verified that this feature integrates seamlessly with existing functionality.
---
### **Notes for Reviewers (Optional)**
<!---
Add any notes for reviewers, such as areas to focus on, known issues, or questions youd like feedback on.
-->