@@ -9,7 +9,7 @@ You can contribute in many ways:
99
1010### Report Bugs
1111
12- Report issues and bugs at https://github.com/equinor/fmu-config/issues
12+ Report issues and bugs at [ fmu-config/issues ] ( https://github.com/equinor/fmu-config/issues )
1313
1414If you are reporting a bug, please include:
1515
@@ -35,8 +35,7 @@ articles, and such.
3535
3636### Submit Feedback
3737
38- The best way to send feedback is to file an issue
39- at https://github.com/equinor/fmu-config/issues .
38+ The best way to send feedback is to file an issue at [ fmu-config/issues] ( https://github.com/equinor/fmu-config/issues )
4039
4140If you are proposing a feature:
4241
@@ -51,15 +50,13 @@ It is very important to be complient to code standards. fmu-config uses
5150[ ruff] ( https://pypi.org/project/ruff/ ) ,
5251[ mypy] ( https://mypy.readthedocs.io/en/stable/ ) to format and lint all code.
5352
54-
55- ### In addition:
53+ ### In addition
5654
5755- Start with documentation and tests. Think and communicate first!
5856- Docstrings shall start and end with """ and use Google style.
5957- Use pytest as testing engine
6058- Code shall be be Python 3.9+ compliant
6159
62-
6360### Linting
6461
6562``` sh
@@ -72,12 +69,13 @@ The pylint is rather strict and sometimes excpetions are needed... , but anyway
7269 python -m pylint mycode.py
7370```
7471
75- ## Get Started!
72+ ## Get Started
7673
7774Ready to contribute? Here's how to set up ` fmu-config ` for local development.
7875
79761 . Fork the ` fmu-config ` repo in web browser to a personal fork
80772 . Clone your fork locally:
78+
8179 ``` sh
8280 git clone git@github.com:< your-user> /fmu-config.git
8381 cd fmu-config
@@ -87,6 +85,7 @@ Ready to contribute? Here's how to set up `fmu-config` for local development.
8785 This means your ` origin` is now your personal fork, while the actual master
8886 is at ` upstream` .
89873. Then create a virtual environment and install
88+
9089 ` ` ` sh
9190 python -m venv < your-venv>
9291 source < your-venv> /bin/activate
0 commit comments