diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f72bddd..9c3a918 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,9 +1,9 @@ # Contributing Guidelines -Thank you for your interest in contributing to our project. Whether it's a bug report, new feature, correction, or additional +Thank you for your interest in contributing to our project. Whether it's a bug report, new feature, correction, or additional documentation, we greatly value feedback and contributions from our community. -Please read through this document before submitting any issues or pull requests to ensure we have all the necessary +Please read through this document before submitting any issues or pull requests to ensure we have all the necessary information to effectively respond to your bug report or contribution. @@ -11,7 +11,7 @@ information to effectively respond to your bug report or contribution. We welcome you to use the GitHub issue tracker to report bugs or suggest features. -When filing an issue, please check [existing open](https://github.com/aws-samples/aws-reinvent-2018-trivia-game/issues), or [recently closed](https://github.com/aws-samples/aws-reinvent-2018-trivia-game/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20), issues to make sure somebody else hasn't already +When filing an issue, please check [existing open](https://github.com/aws-samples/aws-reinvent-2019-trivia-game/issues), or [recently closed](https://github.com/aws-samples/aws-reinvent-2019-trivia-game/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20), issues to make sure somebody else hasn't already reported the issue. Please try to include as much information as you can. Details like these are incredibly useful: * A reproducible test case or series of steps @@ -36,17 +36,17 @@ To send us a pull request, please: 5. Send us a pull request, answering any default questions in the pull request interface. 6. Pay attention to any automated CI failures reported in the pull request, and stay involved in the conversation. -GitHub provides additional document on [forking a repository](https://help.github.com/articles/fork-a-repo/) and +GitHub provides additional document on [forking a repository](https://help.github.com/articles/fork-a-repo/) and [creating a pull request](https://help.github.com/articles/creating-a-pull-request/). ## Finding contributions to work on -Looking at the existing issues is a great way to find something to contribute on. As our projects, by default, use the default GitHub issue labels (enhancement/bug/duplicate/help wanted/invalid/question/wontfix), looking at any ['help wanted'](https://github.com/aws-samples/aws-reinvent-2018-trivia-game/labels/help%20wanted) issues is a great place to start. +Looking at the existing issues is a great way to find something to contribute on. As our projects, by default, use the default GitHub issue labels (enhancement/bug/duplicate/help wanted/invalid/question/wontfix), looking at any ['help wanted'](https://github.com/aws-samples/aws-reinvent-2019-trivia-game/labels/help%20wanted) issues is a great place to start. ## Code of Conduct -This project has adopted the [Amazon Open Source Code of Conduct](https://aws.github.io/code-of-conduct). -For more information see the [Code of Conduct FAQ](https://aws.github.io/code-of-conduct-faq) or contact +This project has adopted the [Amazon Open Source Code of Conduct](https://aws.github.io/code-of-conduct). +For more information see the [Code of Conduct FAQ](https://aws.github.io/code-of-conduct-faq) or contact opensource-codeofconduct@amazon.com with any additional questions or comments. @@ -56,6 +56,6 @@ If you discover a potential security issue in this project we ask that you notif ## Licensing -See the [LICENSE](https://github.com/aws-samples/aws-reinvent-2018-trivia-game/blob/master/LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution. +See the [LICENSE](https://github.com/aws-samples/aws-reinvent-2019-trivia-game/blob/master/LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution. We may ask you to sign a [Contributor License Agreement (CLA)](http://en.wikipedia.org/wiki/Contributor_License_Agreement) for larger changes. diff --git a/README.md b/README.md index 322a38c..26e6ddc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## AWS re:Invent 2018 Trivia Game +## AWS re:Invent 2019 Trivia Game Sample trivia game built with AWS Fargate, AWS Lambda, and Amazon Lex. See [reinvent-trivia.com](https://www.reinvent-trivia.com) for a running example. diff --git a/pipelines/src/api-base-image-pipeline.ts b/pipelines/src/api-base-image-pipeline.ts index d65fa79..cf8578a 100644 --- a/pipelines/src/api-base-image-pipeline.ts +++ b/pipelines/src/api-base-image-pipeline.ts @@ -19,7 +19,7 @@ class TriviaGameBackendBaseImagePipeline extends cdk.Stack { const sourceAction = new actions.GitHubSourceAction({ actionName: 'GitHubSource', owner: 'aws-samples', - repo: 'aws-reinvent-2018-trivia-game', + repo: 'aws-reinvent-2019-trivia-game', oauthToken: githubAccessToken, output: sourceOutput }); diff --git a/pipelines/src/api-service-codedeploy-pipeline.ts b/pipelines/src/api-service-codedeploy-pipeline.ts index d4b6476..702dc2f 100644 --- a/pipelines/src/api-service-codedeploy-pipeline.ts +++ b/pipelines/src/api-service-codedeploy-pipeline.ts @@ -21,7 +21,7 @@ class TriviaGameBackendCodeDeployPipelineStack extends cdk.Stack { const sourceAction = new actions.GitHubSourceAction({ actionName: 'GitHubSource', owner: 'aws-samples', - repo: 'aws-reinvent-2018-trivia-game', + repo: 'aws-reinvent-2019-trivia-game', oauthToken: githubAccessToken, output: sourceOutput }); diff --git a/pipelines/src/api-service-pipeline.ts b/pipelines/src/api-service-pipeline.ts index 64db660..7600f92 100644 --- a/pipelines/src/api-service-pipeline.ts +++ b/pipelines/src/api-service-pipeline.ts @@ -20,7 +20,7 @@ class TriviaGameBackendPipelineStack extends cdk.Stack { const sourceAction = new actions.GitHubSourceAction({ actionName: 'GitHubSource', owner: 'aws-samples', - repo: 'aws-reinvent-2018-trivia-game', + repo: 'aws-reinvent-2019-trivia-game', oauthToken: githubAccessToken, output: sourceOutput }); diff --git a/pipelines/src/pipeline.ts b/pipelines/src/pipeline.ts index 968393d..6fa68ae 100644 --- a/pipelines/src/pipeline.ts +++ b/pipelines/src/pipeline.ts @@ -30,7 +30,7 @@ export class TriviaGameCfnPipeline extends cdk.Construct { const sourceAction = new actions.GitHubSourceAction({ actionName: 'GitHubSource', owner: 'aws-samples', - repo: 'aws-reinvent-2018-trivia-game', + repo: 'aws-reinvent-2019-trivia-game', oauthToken: githubAccessToken, output: sourceOutput }); diff --git a/pipelines/src/static-site-pipeline.ts b/pipelines/src/static-site-pipeline.ts index 0423eca..98810e9 100644 --- a/pipelines/src/static-site-pipeline.ts +++ b/pipelines/src/static-site-pipeline.ts @@ -19,7 +19,7 @@ class TriviaGameStaticSitePipeline extends cdk.Stack { const sourceAction = new actions.GitHubSourceAction({ actionName: 'GitHubSource', owner: 'aws-samples', - repo: 'aws-reinvent-2018-trivia-game', + repo: 'aws-reinvent-2019-trivia-game', oauthToken: githubAccessToken, output: sourceOutput }); diff --git a/static-site/app/js/Footer.js b/static-site/app/js/Footer.js index 87bae67..6d2f2c8 100644 --- a/static-site/app/js/Footer.js +++ b/static-site/app/js/Footer.js @@ -14,7 +14,7 @@ class Footer extends React.Component { return (
);