Template
1
0
mirror of https://github.com/Wessel/boilerplate.git synced 2026-06-06 02:35:41 +02:00

Change gh username

This commit is contained in:
Wessel T
2020-08-27 20:33:28 +02:00
parent d5dc96c2ba
commit 674cb76595
6 changed files with 6 additions and 6 deletions

View File

@@ -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)

View File

@@ -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
---

View File

@@ -3,7 +3,7 @@ name: Feature request
about: Request a feature for $(PROJECT_NAME)
title: "[ENHANCEMENT] Your idea"
labels: enhancement
assignees: PassTheWessel
assignees: Wessel
---

View File

@@ -3,7 +3,7 @@ name: Pull Request
about: Propose changes to $(PROJECT_NAME)
title: "[PR] Your changes"
labels: pullrequest
assignees: PassTheWessel
assignees: Wessel
---

View File

@@ -1 +1 @@
* @PassTheWessel
* @Wessel

View File

@@ -1,7 +1,7 @@
The MIT License (MIT)
Copyright (c) 2020 Wessel "PassTheWessel" T <discord@go2it.eu>
Copyright (c) 2020 Wessel "Wessel" T <discord@go2it.eu>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal