From 41a6a15936c3a099eada6278e03105b3f5f025d7 Mon Sep 17 00:00:00 2001 From: Vladimir Voronin Date: Thu, 24 Oct 2024 14:10:48 +0000 Subject: [PATCH] Initial commit --- .gitignore | 0 CODEOWNERS | 24 ++++++++++++++++++++++++ README.md | 31 +++++++++++++++++++++++++++++++ 3 files changed, 55 insertions(+) create mode 100644 .gitignore create mode 100644 CODEOWNERS create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..ff96c23 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,24 @@ +# Each line represents a rule, followed by a list of members. +# These members are the default owners for all files that match the specified pattern. +# The pattern generally follows the same syntax used for .gitignore files. +# The last matching rule always wins; those that appear lower in the file take precedence over rules that appear higher up. +# Specify owners by their username, email, or role assignment in the project. + +# Examples: + +# Member with username "john.smith" and member with email "alex@mycompany.com" +# own any JavaScript file in repository +# *.js john.smith alex@mycompany.com + +# Bob owns all files under "subdir" directory at the repository root and all its subdirectories +# /subdir/ Bob + +# All members from team named "Product Team" file under root "Product Documentation" directory +# "/Product Documentation" "Product Team" + +# All members who are assigned the Project Collaborator role own any file under docs/ directory +# anywhere in the repository, but not further nested files +# docs/* "Project Collaborator" + +# This file itself is owned by members who are assigned the Project Admin role in this project. +CODEOWNERS "Project Admin" diff --git a/README.md b/README.md new file mode 100644 index 0000000..9f8d8d2 --- /dev/null +++ b/README.md @@ -0,0 +1,31 @@ +# luminicbot/no-budger-app + + + +## Getting Started + +Download links: + +SSH clone URL: ssh://git@git.jetbrains.space/luminic/luminicbot/no-budger-app.git + +HTTPS clone URL: https://git.jetbrains.space/luminic/luminicbot/no-budger-app.git + + + +These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. + +## Prerequisites + +What things you need to install the software and how to install them. + +``` +Examples +``` + +## Deployment + +Add additional notes about how to deploy this on a production system. + +## Resources + +Add links to external resources for this project, such as CI server, bug tracker, etc.