Skip to content

Latest commit

 

History

History
76 lines (42 loc) · 2.33 KB

File metadata and controls

76 lines (42 loc) · 2.33 KB

Contributing to the Dart Programming Documentation Project

Thank you for considering contributing to the Dart Programming Documentation Project! Your contributions help improve the quality and accessibility of Dart documentation for developers worldwide.

Getting Started

To contribute to this project, follow these steps:

1. Fork the Repository

Click the "Fork" button on the top right corner of the repository's page to create your own fork.

2. Clone the Repository

Clone your forked repository to your local machine using the following command:

git clone https://github.com/xeron56/dart_programming.git

3. Install Dependencies (if any)

dart pub get

4. Make Changes

Make your desired changes to the project on your local machine. First got to this url https://api.dart.dev/stable/3.3.0/index.html and find the part that is not covered on the project (currently dart:collection is maximum covered) do add ur code image

5. Test Your Changes

Before submitting a pull request, test your changes thoroughly to ensure they work as expected.

6. Commit Your Changes

Once you're satisfied with your changes, commit them to your forked repository with descriptive commit messages.

git add .
git commit -m "Your descriptive commit message here"

7. Push Your Changes

Push your committed changes to your forked repository:

git push origin main

8. Submit a Pull Request

Go to the original repository on GitHub and click on the "New Pull Request" button. Provide a clear title and description for your pull request, detailing the changes you've made.

Contribution Guidelines

Please adhere to the following guidelines when contributing to this project:

  • Ensure your changes are well-documented and include appropriate comments where necessary.
  • Avoid introducing breaking changes unless absolutely necessary, and provide clear justification for such changes.

Questions or Concerns?

If you have any questions or concerns about contributing to this project, feel free to reach out to the project maintainers via email: shahidul7889@gmail.com

We appreciate your contributions and look forward to your involvement in improving the Dart Programming Documentation Project!