chore: update template

This commit is contained in:
weidong fu
2025-01-08 13:43:49 +08:00
parent dce880fea9
commit 3e9b0bead3

View File

@@ -2,21 +2,6 @@
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). 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** ### **Description**
<!--- <!---
@@ -25,35 +10,18 @@ Provide a clear and concise description of the changes introduced in this pull r
--- ---
### **Technical Implementation (Optional)**
<!---
If applicable, provide technical details about the implementation. Explain any design decisions, trade-offs, or alternatives considered for AppFlowy Web.
-->
---
### **Checklist** ### **Checklist**
<!--- <!---
Before marking your pull request as ready for review, ensure the following checklist is complete. Before marking your pull request as ready for review, ensure the following checklist is complete.
--> -->
#### **General** #### **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 included relevant documentation or comments for the changes introduced.
- [ ] I've tested the changes in multiple environments (e.g., different browsers, operating systems). - [ ] I've tested the changes in multiple environments (e.g., different browsers, operating systems).
#### **Testing** #### **Testing**
- [ ] I've added or updated tests to validate the changes introduced for AppFlowy Web. - [ ] I've added or updated tests to validate the changes introduced for AppFlowy Web.
- [ ] All existing tests are passing.
#### **Feature-Specific** #### **Feature-Specific**
- [ ] For feature additions, I've added a preview (video, screenshot, or demo) in the "Feature Preview" section. - [ ] 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. - [ ] 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.
-->