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 +--------------------------------------------------------------------------------------------------- +```