Browse Source

Updated CONTRIBUTING.md

maziggy 1 month ago
parent
commit
2b3040ad4f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      CONTRIBUTING.md

+ 2 - 1
CONTRIBUTING.md

@@ -322,7 +322,7 @@ All checks must pass before merging. Run `./test_all.sh` locally before pushing
    - Use a clear, descriptive title
    - Use a clear, descriptive title
    - Fill out the PR template completely
    - Fill out the PR template completely
    - Link any related issues
    - Link any related issues
-   - Include screenshots for UI changes
+   - Include before/after screenshots for any visual changes
 
 
 3. **Wait for review** - maintainers will review your PR and may request changes
 3. **Wait for review** - maintainers will review your PR and may request changes
 
 
@@ -334,6 +334,7 @@ All checks must pass before merging. Run `./test_all.sh` locally before pushing
 - Add tests for new functionality
 - Add tests for new functionality
 - Ensure all tests pass
 - Ensure all tests pass
 - Follow the existing code style
 - Follow the existing code style
+- **Visual changes require screenshots** — if your PR changes any frontend UI, include before/after screenshots showing the old and new appearance
 
 
 ## Reporting Bugs
 ## Reporting Bugs