Skip to content

Commit 97863c0

Browse files
committed
chore: update community files with user idendity
1 parent ba188af commit 97863c0

File tree

6 files changed

+13
-7
lines changed

6 files changed

+13
-7
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Bug report
33
about: Create a report to help us improve
44
title: ''
55
labels: ''
6-
assignees: alioguzhan
76

87
---
98

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Feature request
33
about: Suggest an idea for this project
44
title: ''
55
labels: ''
6-
assignees: alioguzhan
76

87
---
98

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
5555
## Enforcement
5656

5757
Instances of abusive, harassing, or otherwise unacceptable behavior may be
58-
reported by contacting the project team at aoguzhanyildiz@gmail.com. All
58+
reported by contacting the project team at --usermail--. All
5959
complaints will be reviewed and investigated and will result in a response that
6060
is deemed necessary and appropriate to the circumstances. The project team is
6161
obligated to maintain confidentiality with regard to the reporter of an incident.

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
Hey there,
1+
Hi dear contributor,
22

3-
Any kind of contribution are welcome. First create an issue that addresses the problem / feature.
3+
Any kind of contribution is welcome. First, create an issue that addresses the problem/feature.
44

55
Then, go and create a Pull Request implements/fixes that issue.
66

7-
Do not forget the reference the issue, please.
7+
Do not forget to reference the issue, please.
88

99
Thanks

tools/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
[![npm](https://img.shields.io/npm/dm/--libraryname--.svg)](https://www.npmjs.com/package/--libraryname--)
55
![GitHub](https://img.shields.io/github/license/--username--/--libraryname--)
66

7+
This project is generated from [react-typescript-library template](https://github.com/alioguzhan/react-typescript-library).
8+
79
## Install
810

911
```bash

tools/init.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,13 @@ const { mv, rm, which, exec } = require('shelljs');
2323
// Note: These should all be relative to the project root directory
2424
const rmDirs = ['.git', 'tools'];
2525
const rmFiles = ['.all-contributorsrc', '.gitattributes'];
26-
const modifyFiles = ['LICENSE', 'package.json', 'README.md'];
26+
const modifyFiles = [
27+
'LICENSE',
28+
'package.json',
29+
'README.md',
30+
'CODE_OF_CONDUCT.md',
31+
'CONTRIBUTING.md',
32+
];
2733
const renameFiles: Array<string> = [];
2834

2935
/**

0 commit comments

Comments
 (0)