Skip to content
Snippets Groups Projects
Commit 17b09643 authored by Riccardo Boero's avatar Riccardo Boero :innocent:
Browse files

Add system files

parent 92e84a6b
No related branches found
No related tags found
No related merge requests found
# FACT Data Project Changelog
All notable changes to this project will be documented in this file.
Release mentioned here correspond to docker registry entries and use semantic versioning as in 'MAJOR.MINOR.PATCH'.
## Change entries
Added: For new features that have been added.
Changed: For changes in existing functionality.
Deprecated: For once-stable features removed in upcoming releases.
Removed: For features removed in this release.
Fixed: For any bug fixes.
Security: For vulnerabilities.
## [0.1.0] - unrelased
Added:
- first fully working version of the package
cff-version: 1.2.0
title: 'FACT Utils: FACT Data Project'
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
doi: 10.17605/OSF.IO/JWQYT
authors:
- given-names: Riccardo
family-names: Boero
email: ribo@nilu.no
orcid: 'https://orcid.org/0000-0002-7468-9096'
affiliation: NILU
identifiers:
- type: doi
value: 10.17605/OSF.IO/JWQYT
description: This DOI represents all software versions.
repository-code: 'https://git.nilu.no/fact/utils/JuliaDockerClient.jl'
url: 'https://osf.io/jwqyt/'
abstract: >-
A lightweight Julia package to communicate with docker engines through Docker Remote API.
keywords:
- Container
- Docker
- Julia
- API
license: AGPL-3.0-only
# Contributing to this project
Thank you for your interest in contributing to this project! We welcome contributions from everyone and value your input and efforts to improve this project. Below, you will find guidelines and instructions on how to contribute effectively and ensure a smooth collaboration process.
## Ways to Contribute
There are many ways to contribute to our project:
- **Reporting bugs**: File issues for any bugs you encounter.
- **Feature suggestions**: Suggest new features or improvements to existing features.
- **Documentation**: Help improve the project documentation.
- **Code contributions**: Contribute bug fixes or implement new features.
## Submitting Contributions
Please follow these steps to submit your contributions:
1. **Create a branch** for your changes.
2. **Make your changes**: Follow our coding guidelines and write clean, testable Go code.
3. **Write tests**: Add or update tests as necessary for your changes.
4. **Run all tests** to ensure nothing else was accidentally broken.
5. **Submit a pull request**:
- Push your branch to Gitlab and open a pull request against the main branch.
- Provide a clear description of the changes and any relevant issue numbers.
## Style Guide and Coding Conventions
- Use clear and descriptive variable names.
- Document all public functions and packages.
- Keep functions focused and well-organized within packages.
- Update changelog accordingly
## Review Process
Our team will review all pull requests as soon as possible. During the review, we may ask for additional changes or clarification. Pull requests must be approved by at least one maintainer before merging.
Contributions that include new features or substantial changes should be discussed in the issue tracker or discussions before starting work.
Thank you again for considering contributing to FACT. We look forward to your contributions and are excited to see what we can achieve together!
LICENSE 0 → 100644
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment