Skip to content

Latest commit

 

History

History
126 lines (79 loc) · 2.03 KB

File metadata and controls

126 lines (79 loc) · 2.03 KB

🤝 Contributing to Gradify

Thank you for your interest in contributing to Gradify 🎨 We welcome all contributions — from bug fixes to new features!


🚀 Getting Started

1️⃣ Fork the Repository

Click the Fork button at the top right of this repo.

2️⃣ Clone Your Fork

https://github.com/Debapriya-Bhanja/Gradify-Pro-Gradient-Generator.git
cd gradify

3️⃣ Create a New Branch

git checkout -b feature/your-feature-name

👉 Examples:

  • feature/multi-color-gradient
  • fix/copy-button-bug
  • ui/design-improvement

🛠️ Development Guidelines

  • Keep code clean and readable
  • Follow consistent naming conventions
  • Use proper indentation & formatting
  • Test your changes before submitting
  • Avoid breaking existing features

✨ What You Can Contribute

💡 UI Improvements (better design, animations) 🐛 Bug Fixes 🚀 Performance Optimizations 🎨 New Features (multi-color gradients, presets, etc.) 📄 Documentation improvements


📦 Commit Guidelines

Write clear and meaningful commit messages:

feat: add multi-color gradient support
fix: resolve copy button issue
ui: improve layout spacing

🔁 Submitting a Pull Request

  1. Push your changes:
git push origin feature/your-feature-name
  1. Open a Pull Request

  2. Provide a clear description:

    • What you changed
    • Why you changed it
    • Screenshots (if UI changes)

📋 Code of Conduct

  • Be respectful and professional
  • Avoid offensive or inappropriate content
  • Collaborate positively with others

🧪 Testing

Before submitting:

  • ✅ Check UI responsiveness
  • ✅ Test all buttons (copy, color picker, etc.)
  • ✅ Ensure no console errors

💬 Need Help?

If you have questions, feel free to:

  • Open an issue
  • Ask in discussions

⭐ Support

If you like this project:

  • ⭐ Star the repo
  • 🍴 Fork it
  • 📢 Share it

🚀 Let's build something amazing together!