From bf04bf3d8b256b7d8c0ea581ec5c846699a4f959 Mon Sep 17 00:00:00 2001 From: loit Date: Mon, 28 Jul 2025 13:45:58 -0400 Subject: initial commit for project --- README.md | 42 ++++++++++++++++++++++++++++++++++++++++++ main.py | 1 + 2 files changed, 43 insertions(+) create mode 100644 README.md create mode 100644 main.py diff --git a/README.md b/README.md new file mode 100644 index 0000000..3a0976c --- /dev/null +++ b/README.md @@ -0,0 +1,42 @@ +# README Boilerplate + +A template of README best practices to make your README simple to understand and easy to use. + +## Table of Contents + +- [Installation](#installation) +- [Usage](#usage) +- [Support](#support) +- [Contributing](#contributing) + +## Installation + +Download to your project directory, add `README.md`, and commit: + +```sh +curl -LO http://git.io/Xy0Chg +git add README.md +git commit -m "Use README Boilerplate" +``` + +## Usage + +Replace the contents of `README.md` with your project's: + +- Name +- Description +- Installation instructions +- Usage instructions +- Support instructions +- Contributing instructions +- Licence + +Feel free to remove any sections that aren't applicable to your project. + +## Support + +Please [open an issue](https://github.com/fraction/readme-boilerplate/issues/new) for support. + +## Contributing + +Please contribute using [Github Flow](https://guides.github.com/introduction/flow/). Create a branch, add commits, and [open a pull request](https://github.com/fraction/readme-boilerplate/compare/). \ No newline at end of file diff --git a/main.py b/main.py new file mode 100644 index 0000000..ce47b77 --- /dev/null +++ b/main.py @@ -0,0 +1 @@ +print("hello") \ No newline at end of file -- cgit v1.2.3-70-g09d2