From 8711125fd648c30e18df003def886326c3e816e5 Mon Sep 17 00:00:00 2001 From: Preet Kalra Date: Sat, 1 Aug 2026 13:17:49 +0530 Subject: [PATCH 1/3] Add CONTRIBUTING.md with contribution guidelines --- CONTRIBUTING.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 000000000..3c2c5526a --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,36 @@ +# Contributing + +Thank you for contributing to the HSF website. + +## Before you start + +- For significant changes or new features, please open an issue first. +- Small improvements such as typo fixes or documentation updates are always welcome. + +## AI-assisted contributions + +If you use AI tools (such as ChatGPT, GitHub Copilot, or Claude): + +- disclose their use in your pull request; +- review and understand all generated content; +- remain responsible for your contribution. + +## Contributor etiquette + +- Be respectful and constructive. +- Assume good intentions. +- Avoid submitting many unrelated changes in a single pull request. + +## Before opening a pull request + +Please ensure that: + +- your changes are well tested; +- your pull request clearly explains the changes; +- your contribution does not introduce unintended side effects. + +## More information + +See the website contribution guide: + +https://hepsoftwarefoundation.org/howto-website.html \ No newline at end of file From cb6255d485ae5eb4134a237dad7b095820c19d7e Mon Sep 17 00:00:00 2001 From: Preet Kalra Date: Sat, 1 Aug 2026 13:20:37 +0530 Subject: [PATCH 2/3] Add CONTRIBUTING.md with contribution guidelines --- CONTRIBUTING.md | 41 ++++++++++++++++++++++------------------- 1 file changed, 22 insertions(+), 19 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3c2c5526a..bd404fdc3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,36 +1,39 @@ # Contributing -Thank you for contributing to the HSF website. +Thank you for your interest in contributing to the HSF website. -## Before you start - -- For significant changes or new features, please open an issue first. -- Small improvements such as typo fixes or documentation updates are always welcome. +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 -If you use AI tools (such as ChatGPT, GitHub Copilot, or Claude): +AI-assisted contributions are welcome. If you use generative AI tools (such as ChatGPT, GitHub Copilot, or Claude) while preparing your contribution, please: -- disclose their use in your pull request; -- review and understand all generated content; -- remain responsible for your contribution. +- 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 -- Be respectful and constructive. -- Assume good intentions. -- Avoid submitting many unrelated changes in a single pull request. +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 -Please ensure that: +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. -- your changes are well tested; -- your pull request clearly explains the changes; -- your contribution does not introduce unintended side effects. +## Additional guidance -## More information +Practical information on editing the website, running a local preview, and contributing content is available in the website contribution guide: -See the website contribution guide: +https://hepsoftwarefoundation.org/howto-website.html -https://hepsoftwarefoundation.org/howto-website.html \ No newline at end of file +Thank you for helping improve the HSF website. \ No newline at end of file From 461a4c9078bd6f108032001aab6a263a732c0985 Mon Sep 17 00:00:00 2001 From: Preet Kalra Date: Sat, 1 Aug 2026 13:32:31 +0530 Subject: [PATCH 3/3] Delete CONTRIBUTING.md --- CONTRIBUTING.md | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index bd404fdc3..000000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -1,39 +0,0 @@ -# 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