Skip to content
Snippets Groups Projects
Commit f830a333 authored by Ivan Kondov's avatar Ivan Kondov
Browse files

Merge branch '97-make-the-first-release' into 'master'

Resolve "Make the first release"

Closes #97

See merge request virtmat-tools/vre-language!70
parents 34937dda 1adf9362
No related branches found
No related tags found
1 merge request!70Resolve "Make the first release"
Pipeline #165041 passed
Everyone is welcome to contribute to the project.
There are two main ways for contributions:
1. [Submit issues](https://git.scc.kit.edu/virtmat-tools/vre-middleware/-/issues/new)
2. Make changes in the repository
To contribute with changes in the repository, i.e. to change the software, documentation, configuration, etc., one should follow these steps:
* Fork the project in gitlab and clone the repository of your new project locally
* Set the repository of this project as `upstream` remote
* Set your forked project repository as `origin` remote
* Keep the `master` branch of the forked project repository unchanged
* Create a new branch in the forked project repository and commit all changes to it
* [Create a merge request](https://git.scc.kit.edu/virtmat-tools/vre-middleware/-/merge_requests/new) with the upstream/master branch as target
- If the changes are complete: indicate in the merge request title its type: enhancement (ENH), bug fix (BUG), documentation (DOC) etc.
- If the changes are not complete: tag the merge request title with WIP (work in progress) or select the draft status.
- Describe the changes and the motivation for the changes in a couple of sentences. If the merge request is solving an open issue, then the issue should be specified with a link.
* The branch will be merged after the following conditions are fulfilled:
- the continuous integration (CI) pipeline has run with no errors;
- the draft status is deactivated (or WIP tag removed);
- all threads opened by the maintainer approving the merge request are resolved;
- at least one maintainner approves the merge request.
The following persons have contributed to the project (sorted alphabetically by surnames):
* Ivan Kondov
* Marvin Müller
* Nikolai Pfisterer
* Sruthy Sreenivasan
LICENSE 0 → 100644
BSD 3-Clause License
Copyright (c) 2023, Karlsruhe Institute of Technology
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
3. Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
[metadata]
name = vre-language
version = 0.1
author = Ivan Kondov
author_email = ivan.kondov@kit.edu
version = 0.1.0
author = The Virtmat Tools Team
author_email = virtmat-tools@lists.kit.edu
description = VRE Language
[options]
......
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