From 0eb22e0716295ff2068fd75f40c20aec37a0a057 Mon Sep 17 00:00:00 2001 From: have fun Date: Wed, 31 Jan 2024 22:43:19 +0100 Subject: [PATCH] Create README.md (#84) Add a Readme with basic info. --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..f22ecb5c --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# pY Petroleum Handling +## Bug Reports and Feedback + +Please use a dedicated repository [pybugreports](https://github.com/pyanodon/pybugreports) for bug reports and feedback. + +## Contributing + +When making a Pull Request, please also update `changelog.txt` with the summary of your changes. +If there is no upcoming version in the file, then the format is as follows: +``` +--------------------------------------------------------------------------------------------------- +Version: a.b.c +Date: ??? + Changes: + - The summary of your changes +--------------------------------------------------------------------------------------------------- +```