Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.57 KB

File metadata and controls

41 lines (28 loc) · 1.57 KB

Contributing to DevLogs

I appreciate your interest in contributing to DevLogs! This document will provide some guidelines and best practices for submitting your contributions.

Reporting Issues

When reporting issues, please provide clear steps to reproduce the issue and any relevant information, such as the environment, operating system, and software versions.

Feature Requests

We welcome feature requests. Please open an issue describing the feature, its benefits, and potential implementation details.

Pull Requests

I gladly accept pull requests for bug fixes, new features, and improvements. Please follow these steps when submitting a pull request:

  1. Fork the repository and create a new branch with a descriptive name.
  2. Ensure that your changes adhere to the coding style and conventions used in the project.
  3. Test your changes thoroughly, and include unit tests when applicable.
  4. Update the documentation to reflect your changes, if necessary.
  5. Follow the Pull Request Template when creating a pull request.

File Headers

Please update the file headers for new files with your information, adhering to the Mozilla Public License 2.0 license:

// Copyright (c) <year> <your name>
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at https://mozilla.org/MPL/2.0/.

License

By submitting a contribution, you agree that your contributions will be licensed under the Mozilla Public License 2.0. See the LICENSE file for details.