Files
social-tw-website/.github/PULL_REQUEST_TEMPLATE.md
2024-05-17 16:26:28 +08:00

1.3 KiB

Please follow the guidelines in Contribution.md first, then start to create your pull request here.

Summary

Describe the changes made in your pull request here.

Linked Issue

If your PR addresses a particular issue, provide its link here.

Details

Any implementation detail worth pointing out, if any.

Impacted Areas

List the files or modules that this PR will change.

Tests

Mention all types of tests (unit, integration, performance, etc.) that you've carried out and if any specific environment or configuration is needed to run them.

Possible Impacts

Describe any existing features that might be affected by this change, or any potential backward compatibility issues, if any.

Visual Materials

If your changes have UI effects, consider attaching screenshots or videos to demonstrate them.

Verification Steps

Provide a step-by-step guide for others to reproduce your results and verify your changes.

Todo

Break down the progress of the PR for everyone to see what else you intend to include in this PR.

  • Draft implementation for function
  • Unit tests for function

Checklist

  • All new and existing tests pass
  • I have updated the documentation (if applicable)
  • My changes do not introduce new security vulnerabilities