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:
2
.github/CONTRIBUTING.md
vendored
2
.github/CONTRIBUTING.md
vendored
@@ -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)
|
||||
|
||||
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -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
|
||||
|
||||
---
|
||||
|
||||
|
||||
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@@ -3,7 +3,7 @@ name: Feature request
|
||||
about: Request a feature for $(PROJECT_NAME)
|
||||
title: "[ENHANCEMENT] Your idea"
|
||||
labels: enhancement
|
||||
assignees: PassTheWessel
|
||||
assignees: Wessel
|
||||
|
||||
---
|
||||
|
||||
|
||||
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -3,7 +3,7 @@ name: Pull Request
|
||||
about: Propose changes to $(PROJECT_NAME)
|
||||
title: "[PR] Your changes"
|
||||
labels: pullrequest
|
||||
assignees: PassTheWessel
|
||||
assignees: Wessel
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
* @PassTheWessel
|
||||
* @Wessel
|
||||
|
||||
2
LICENSE
2
LICENSE
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user