From 34e02e7b457fc3b66e1e46b85364cfa20d08c7eb Mon Sep 17 00:00:00 2001 From: have fun Date: Wed, 31 Jan 2024 22:43:33 +0100 Subject: [PATCH] Create README.md (#44) 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 0000000..5edfaf3 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# pY Post-processing +## 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 +--------------------------------------------------------------------------------------------------- +```