Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v12.1.0 #65

Merged
merged 3 commits into from
Nov 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 57 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE_MAIN.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
# ZetaChain Release v[version number]

We are excited to announce the release of ZetaChain v[version number], which includes numerous updates and enhancements that make our network more robust, secure, and user-friendly.

## πŸš€ New Features
- **Feature 1**: Describe the feature and how it improves the network.
- **Feature 2**: Include any relevant additional details or links to documentation.

## βš™οΈ Improvements
- **Improvement 1**: Detail the improvement.
- **Improvement 2**: Explain how this improvement enhances performance or user experience.

## 🐞 Bug Fixes
- **Bug 1**: Describe the bug and the fix.
- **Bug 2**: Link to the issue(s) on GitHub if applicable.

## πŸ“š Documentation Updates
- Updated documentation for [feature or process].

## πŸ› οΈ Node Operators
- Instructions for upgrading or migrating nodes.
- Important notes on changes that might affect node operation.

## πŸ—³οΈ Consensus Changes
- Description of any consensus rule changes.

## ⚠️ Breaking Changes
- List any breaking changes that require user intervention.

## πŸ§ͺ Known Issues
- List any known issues or bugs that are yet to be fixed.

## πŸ™ Acknowledgements
- Thanks to contributors!

## πŸ”— Relevant Links
- [Link to full changelog](#)
- [Link to installation or upgrade guide](#)
- [Link to the migration guide](#)

## πŸ’¬ Get in touch
- Join our community on [Discord/Telegram/Forum] to discuss this release.

## πŸ“ˆ Versioning
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](#).

## πŸ“œ License
This project is licensed under the MIT License - see the [LICENSE.md](https://raw.githubusercontent.com/zeta-chain/node/develop/LICENSE) file for details.

## ✨ How to Contribute
Interested in contributing to the ZetaChain? Check out our [contributing guidelines](#).

---

We look forward to seeing how these updates will improve your experience with ZetaChain. As always, we value your feedback and contributions to our growing community.


62 changes: 62 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,63 @@
<% if (github.baseRef == 'main') { %>

# ZetaChain Release v[version number]

We are excited to announce the release of ZetaChain v[version number], which includes numerous updates and enhancements that make our network more robust, secure, and user-friendly.

## πŸš€ New Features
- **Feature 1**: Describe the feature and how it improves the network.
- **Feature 2**: Include any relevant additional details or links to documentation.

## βš™οΈ Improvements
- **Improvement 1**: Detail the improvement.
- **Improvement 2**: Explain how this improvement enhances performance or user experience.

## 🐞 Bug Fixes
- **Bug 1**: Describe the bug and the fix.
- **Bug 2**: Link to the issue(s) on GitHub if applicable.

## πŸ“š Documentation Updates
- Updated documentation for [feature or process].

## πŸ› οΈ Node Operators
- Instructions for upgrading or migrating nodes.
- Important notes on changes that might affect node operation.

## πŸ—³οΈ Consensus Changes
- Description of any consensus rule changes.

## ⚠️ Breaking Changes
- List any breaking changes that require user intervention.

## πŸ§ͺ Known Issues
- List any known issues or bugs that are yet to be fixed.

## πŸ™ Acknowledgements
- Thanks to contributors!

## πŸ”— Relevant Links
- [Link to full changelog](#)
- [Link to installation or upgrade guide](#)
- [Link to the migration guide](#)

## πŸ’¬ Get in touch
- Join our community on [Discord/Telegram/Forum] to discuss this release.

## πŸ“ˆ Versioning
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](#).

## πŸ“œ License
This project is licensed under the MIT License - see the [LICENSE.md](https://raw.githubusercontent.com/zeta-chain/node/develop/LICENSE) file for details.

## ✨ How to Contribute
Interested in contributing to the ZetaChain? Check out our [contributing guidelines](#).

---

We look forward to seeing how these updates will improve your experience with ZetaChain. As always, we value your feedback and contributions to our growing community.

<% } else if (github.baseRef != 'main') { %>

# Description

Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change.
Expand All @@ -24,3 +84,5 @@ Please describe the tests that you ran to verify your changes. Include instructi
# Checklist:

- [ ] I have added unit tests that prove my fix feature works

<% } %>