Skip to content

Feat/about me #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: feat/about-me
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# All files in project
* @yeonns

# Specific file type
*.md @yeonns

73 changes: 73 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
name: 🐞 Bug
description: File a bug/issue
title: "[Bug] <title>"
labels: "bug"

body:
- type: checkboxes
attributes:
label: Is there an existing issue for this?
description: Please search to see if an issue already exists for the bug you encountered.
options:
- label: I have searched the existing issues.
required: true

- type: checkboxes
attributes:
label: Would you like to work on the issue?
description: Please tick this checkbox, if you want this issue assigned to you.
options:
- label: Assign this issue to me.
required: false

- type: textarea
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is.
validations:
required: true

- type: textarea
attributes:
label: Expected Behavior
description: A clear and concise description of what you expected to happen.
validations:
required: false

- type: textarea
attributes:
label: Environment
description: |
examples:
- **OS**: IOS
- **Broswer**: [Chrome, Safari]
- **Version**: 1.2
value: |
- OS:
- Broswer:
- Version:
render: markdown
validations:
required: true

- type: textarea
attributes:
label: Steps to reproduce
description: Steps to reproduce the behavior.
placeholder: |
1. Go to ...
2. Click on ...
3. Scroll down to '...'
4. See error...
validations:
required: true
- type: textarea
attributes:
label: Anything else?
description: |
Links? References? Add any other context about the problem here!
validations:
required: false
- type: markdown
attributes:
value: "## Screenshots! If applicable, add screenshots to help explain your problem"
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: true
contact_links:
- name: Ask a question
url: https://github.com/yeonns/git-practice/discussions
about: Ask questions and discuss with other contributors
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/docs-request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: '📚 Documentation'
description: A request to update or improve euphony-hub-collector documentation
title: "[Documentation] <title>"
labels: "documentation"

body:
- type: textarea
attributes:
label: What is the improvement or update you wish to see?
description: 'Ex. I want more detailed explanation of project setup.'
validations:
required: true
- type: textarea
attributes:
label: Is there any context that might help us understand?
description: A clear description of any added context that might help us understand.
validations:
required: true
- type: input
attributes:
label: Does the docs page already exist? Please link to it.
description: 'Ex. https://github.com/yeonns/git-practice/README.md'
validations:
required: false
43 changes: 43 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
name: "💡 Feature Request"
description: Request an idea for this project
title: "[Request] <title>"
labels: "feature proposal"
body:
- type: checkboxes
attributes:
label: Does the feature exist in the most recent commit?
options:
- label: It doesn't exist.
- type: textarea
attributes:
label: Describe the proposal
description: A clear and concise description of what you want to happen.
placeholder : |
Ex. I want the solution like [...]
validations:
required: true
- type: textarea
attributes:
label: Why do we need this feature?
description: A clear and concise description of what the problem is.
placeholder : |
Ex. I'm always frustrated when [...]
validations:
required: true
- type: textarea
attributes:
label: Describe alternatives you've considered
description: A clear and concise description of any alternative solutions or features you've considered.
placeholder : |
Ex. I want to extend the function A by adding someting more
validations:
required: true
- type: textarea
attributes:
label: Anything else?
description: Add any other context or screenshots about the feature request here.
placeholder : |
context, screenshots, related links , etc.
validations:
required: false

16 changes: 16 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## PR Type
<!--
Please check PR Type like below.
- [x] bug
-->

- [ ] bug
- [ ] test
- [ ] chore
- [ ] feature
- [ ] refactor
- [ ] documentation
- [ ] ci/cd

## Description
<!-- Explain detailed description for making this change. -->
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,8 @@ This is a repository for practicing git and github features.

## Practice guide
Check `Issues` and try them!

- [Practice: git environment settings](https://github.com/yeonns/git-practice/issues/3)
- [Practice: fork and clone](https://github.com/yeonns/git-practice/issues/1)
- [Practice: remote repository management](https://github.com/yeonns/git-practice/issues/4)
- [Practice: commit and make PR](https://github.com/yeonns/git-practice/issues/2)
2 changes: 2 additions & 0 deletions about-me/uutaein.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* name : taein kim
* github : https://github.com/uutaein