Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.31 KB

File metadata and controls

35 lines (24 loc) · 1.31 KB

PR Template for ChatFAQ

Fixes # (issue)

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context.

Type of Change

Please delete options that are not relevant.

  • Bugfix (non-breaking change which fixes an issue)
  • CI/Build (changes to our build system or CI configuration files and scripts)
  • Documentation (changes to the documentation)
  • Back (changes to the ChatFAQ Back)
  • Admin (changes to the ChatFAQ Admin)
  • Widget (changes to the ChatFAQ Widget)
  • CLI (changes to the ChatFAQ CLI)
  • chat-rag (changes to the chat-rag package)
  • Misc (other changes that don't fit into the above categories)

Checklist

Please ensure your pull request meets the following requirements:

  • I have read the contributing guidelines.
  • My code follows the WITH's Coding Guidelines. Mainly formatting using black and isort.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation.
  • I have added tests that prove my fix is effective or that my feature works.

Additional Notes

Please provide any additional information or context that may be helpful for the reviewers.