From 023842f39e03b40b97ce6d61fce6c8216430ac63 Mon Sep 17 00:00:00 2001 From: Preet Kalra Date: Sat, 1 Aug 2026 13:20:37 +0530 Subject: [PATCH] Add CONTRIBUTING.md with contribution guidelines --- CONTRIBUTING.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 000000000..bd404fdc3 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,39 @@ +# Contributing + +Thank you for your interest in contributing to the HSF website. + +Contributions of all sizes are welcome, including documentation improvements, typo fixes, bug fixes, and new content. For significant changes or new features, please open an issue first to discuss your proposal before starting work. + +## AI-assisted contributions + +AI-assisted contributions are welcome. If you use generative AI tools (such as ChatGPT, GitHub Copilot, or Claude) while preparing your contribution, please: + +- disclose the use of AI in your pull request when appropriate; +- review and understand all AI-generated content before submitting it; +- verify that the proposed changes are correct and appropriate for the project; +- remain fully responsible for the content of your contribution. + +## Contributor etiquette + +To help keep reviews efficient and productive, please: + +- keep pull requests focused on a single logical change; +- write clear commit messages and pull request descriptions; +- be respectful and constructive in discussions; +- assume good intentions and collaborate in a friendly manner. + +## Before opening a pull request + +Before submitting a pull request, please ensure that: + +- your changes have been reviewed by you; +- your pull request description clearly explains the purpose of the changes; +- your contribution does not introduce unintended modifications. + +## Additional guidance + +Practical information on editing the website, running a local preview, and contributing content is available in the website contribution guide: + +https://hepsoftwarefoundation.org/howto-website.html + +Thank you for helping improve the HSF website. \ No newline at end of file