From 77cd63bf8ff0565a2fb2a037fb332a868a95fe7c Mon Sep 17 00:00:00 2001 From: GitHub Date: Wed, 3 Jan 2024 10:56:03 +0000 Subject: [PATCH] chore: Update .github/pull_request_template.md [skip ci] --- .github/pull_request_template.md | 33 +++++++++++++++++++++----------- 1 file changed, 22 insertions(+), 11 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index accc1b8..4bf8b2b 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,17 +1,28 @@ -# ⚠️ IMPORTANT ⚠️ +## Title + -# Please do not create a Pull Request for this repository +## Description -The contents of this repository are automatically synced from the parent [js-libp2p Examples Project](https://github.com/libp2p/js-libp2p-examples) so any changes made to the standalone repository will be lost after the next sync. + -Please open a PR against [js-libp2p Examples](https://github.com/libp2p/js-libp2p-examples) instead. +## Notes & open questions -## Contributing + -Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**. +## Change checklist -1. Fork the [js-libp2p Examples Project](https://github.com/libp2p/js-libp2p-examples) -2. Create your Feature Branch (`git checkout -b feature/amazing-example`) -3. Commit your Changes (`git commit -a -m 'feat: add some amazing example'`) -4. Push to the Branch (`git push origin feature/amazing-example`) -5. Open a Pull Request +- [ ] I have performed a self-review of my own code +- [ ] I have made corresponding changes to the documentation if necessary (this includes comments as well) +- [ ] I have added tests that prove my fix is effective or that my feature works \ No newline at end of file