From 674cb765951106cfca7fe307b7879ec4992e4034 Mon Sep 17 00:00:00 2001 From: Wessel T Date: Thu, 27 Aug 2020 20:33:28 +0200 Subject: [PATCH] Change gh username --- .github/CONTRIBUTING.md | 2 +- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/PULL_REQUEST_TEMPLATE.md | 2 +- CODEOWNERS | 2 +- LICENSE | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index f197502..184de43 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -9,4 +9,4 @@ To get ready to work on the codebase, please do the following: 1. Fork & clone the repository, and make sure you're on the **master** branch 2. Run `yarn --dev` or `npm install --dev` 4. Code your heart out and test using `yarn test` or `npm run test` -6. [Submit a pull request](https://github.com/PassTheWessel/$(PROJECT_NAME)/compare) +6. [Submit a pull request](https://github.com/Wessel/$(PROJECT_NAME)/compare) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 1235183..f842d2d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -3,7 +3,7 @@ name: Bug Report about: Report an issue with $(PROJECT_NAME) title: "[BUG] Bug summed up in 1 sentence" labels: bug -assignees: PassTheWessel +assignees: Wessel --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index b7040d8..06dbcf5 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -3,7 +3,7 @@ name: Feature request about: Request a feature for $(PROJECT_NAME) title: "[ENHANCEMENT] Your idea" labels: enhancement -assignees: PassTheWessel +assignees: Wessel --- diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 489e1e5..5fd14db 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -3,7 +3,7 @@ name: Pull Request about: Propose changes to $(PROJECT_NAME) title: "[PR] Your changes" labels: pullrequest -assignees: PassTheWessel +assignees: Wessel --- diff --git a/CODEOWNERS b/CODEOWNERS index 18dfcd1..471b894 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1 +1 @@ -* @PassTheWessel \ No newline at end of file +* @Wessel diff --git a/LICENSE b/LICENSE index 35f2634..9854dd7 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ The MIT License (MIT) -Copyright (c) 2020 Wessel "PassTheWessel" T +Copyright (c) 2020 Wessel "Wessel" T Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal