Contributing to Closure Next
Closure Next is an open-source project, and we welcome contributions from the community! Whether you want to report a bug, suggest improvements, or contribute code, hereβs how you can help.
1. Reporting Bugs:
If you find a bug, you can report it through:
- GitHub Issues β For tracking bugs and problems.
- GitHub Discussions β For general questions and discussions.
π΄ Security Issues: If you discover a security vulnerability, do not report it via GitHub Issues or Discussions. Instead, please:
- Email us at security@milesonerd.8shield.net
- Or, if youβre comfortable fixing it yourself, submit a pull request after resolving the issue.
2. Suggesting Improvements:
If you have an idea to improve Closure Next, share it on:
- GitHub Discussions under the "Ideas & Feature Requests" category.
Your suggestions help shape the future of the project!
3. Contributing Code:
Want to contribute code? Follow these steps:
Step 1: Fork the Repository
Click the "Fork" button on the Closure Next GitHub repository:
π GitHub Repository
Step 2: Clone Your Fork
Run the following command to clone the repository to your local machine:
git clone https://github.com/MilesONerd/closure-next.git
Step 3: Create a New Branch
Switch to a new branch for your feature or fix:
git checkout -b my-feature
Step 4: Make Your Changes & Test Locally
Modify the code, add your feature or fix the bug, and test it locally before submitting.
Step 5: Commit and Push Your Changes
Commit your changes and push them to your fork:
git add .
git commit -m "Describe your changes"
git push origin my-feature
Step 6: Submit a Pull Request (PR)
Go to the Closure Next GitHub Repository and submit a pull request from your fork. The team will review your changes and provide feedback if needed.
4. Community and Support:
Need help or want to discuss Closure Next? Join our community:
π’ GitHub Discussions β Ask questions, share ideas, and connect with other contributors.
π’ Telegram Channel β Stay updated with the latest changes and announcements.
π’ Product Hunt - Vote and give feedback.