From d94188e76c944b5a58868512fdf1de8c8a96ecc3 Mon Sep 17 00:00:00 2001 From: James Bristow Date: Mon, 4 Mar 2024 12:34:14 +1300 Subject: [PATCH 1/4] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 37b28ee..e131d88 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,5 @@ [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) Example of a FastAPI and React.js app using GraphQL. + +Execute [deploy.sh](scripts/deploy.sh) to launch the app. You will need to have Docker installed. From 1c23c2cb95a237b68908ce6a79e6133655643d0d Mon Sep 17 00:00:00 2001 From: James Bristow Date: Mon, 4 Mar 2024 12:34:54 +1300 Subject: [PATCH 2/4] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e131d88..7883823 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,5 @@ Example of a FastAPI and React.js app using GraphQL. Execute [deploy.sh](scripts/deploy.sh) to launch the app. You will need to have Docker installed. + +The Docker configuration can be found in [.env](.env). From 2f0228d247db1dd532bd6f3cad108a1d16eb241e Mon Sep 17 00:00:00 2001 From: James Bristow Date: Mon, 4 Mar 2024 19:13:14 +1300 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7883823..db87582 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![Server Docker Build](https://github.com/JBris/fastapi-react-graphql/actions/workflows/docker-build.yml/badge.svg?branch=main)](https://github.com/JBris/fastapi-react-graphql/actions/workflows/docker-build.yml) [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) -Example of a FastAPI and React.js app using GraphQL. +Example of a simple FastAPI and React app using GraphQL. Execute [deploy.sh](scripts/deploy.sh) to launch the app. You will need to have Docker installed. From b24ac77f7f77b3e8e1da1a5218ba0f3c507353f6 Mon Sep 17 00:00:00 2001 From: James Bristow Date: Wed, 20 Nov 2024 20:06:44 +1300 Subject: [PATCH 4/4] Create pull_request_template.md --- .github/pull_request_template.md | 51 ++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..e87bdb4 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,51 @@ +# Related Issue or bug + +Info about Issue or bug + +Closes #[issue number that will be closed through this PR] + +# Describe the changes you've made + +A clear and concise description of what you have done to successfully close your assigned issue. Any new files? or anything you feel to let us know! + +# Type of change + +Please delete options that are not relevant. + +- [ ] Bug fix (non-breaking change which fixes an issue) +- [ ] New feature (non-breaking change which adds functionality) +- [ ] Code style update (formatting, local variables) +- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) +- [ ] This change requires a documentation update + +# How Has This Been Tested? + +Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. + +# Describe if there is any unusual behaviour of your code(Write `NA` if there isn't) + +A clear and concise description of it. + +# Checklist: + + +- [ ] My code follows the style guidelines of this project. +- [ ] I have performed a self-review of my own code. +- [ ] I have commented my code, particularly in hard-to-understand areas. +- [ ] I have made corresponding changes to the documentation. +- [ ] My changes generate no new warnings. +- [ ] I have added tests that prove my fix is effective or that my feature works. +- [ ] New and existing unit tests pass locally with my changes. +- [ ] Any dependent changes have been merged and published in downstream modules. + +# Screenshots + + Original | Updated + :--------------------: |:--------------------: + **original screenshot** | updated screenshot |