I appreciate your interest in contributing to DevLogs! This document will provide some guidelines and best practices for submitting your contributions.
When reporting issues, please provide clear steps to reproduce the issue and any relevant information, such as the environment, operating system, and software versions.
We welcome feature requests. Please open an issue describing the feature, its benefits, and potential implementation details.
I gladly accept pull requests for bug fixes, new features, and improvements. Please follow these steps when submitting a pull request:
- Fork the repository and create a new branch with a descriptive name.
- Ensure that your changes adhere to the coding style and conventions used in the project.
- Test your changes thoroughly, and include unit tests when applicable.
- Update the documentation to reflect your changes, if necessary.
- Follow the Pull Request Template when creating a pull request.
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/.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.