From d4f953352f9d543e679e333ef3fd42d13d45a1d7 Mon Sep 17 00:00:00 2001 From: have fun Date: Wed, 31 Jan 2024 22:43:04 +0100 Subject: [PATCH] Create README.md 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..4b3609a3 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# pY Alien Life +## 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 +--------------------------------------------------------------------------------------------------- +```