Skip to content
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

Setup GitHub #3

Open
2 of 4 tasks
Narigo opened this issue May 1, 2020 · 0 comments
Open
2 of 4 tasks

Setup GitHub #3

Narigo opened this issue May 1, 2020 · 0 comments
Labels
good first issue If you want to start contributing, this is something simple

Comments

@Narigo
Copy link
Contributor

Narigo commented May 1, 2020

Right now, the repository is not really inviting for new people. To make others be able to join the fun, we should add issue templates, a code of conduct, contributing guidelines and label open issues we still need to address.

  • Add labels
  • Setup issue templates (Bug, Feature)
  • Add code of conduct
  • Add contributing guidelines

Proposal for issue templates:
BUG_REPORT.md

---
name: Bug report
about: Create a report of the issue you've encountered.
---

**Please check each**

- [ ] Added label "bug"

**Steps to reproduce**

1. Go to ...
2. Click on ...
3. Scroll down to ...
4. See error

**What is the current bug behavior?**
(What actually happens)

**What is the expected correct behavior?**
(What you should see instead)

**Relevant logs and/or screenshots**
(Paste any relevant logs - please use code blocks (` ```...``` `) to format console output, logs, and code as it's very hard to read otherwise.)

**Possible fixes**
(If you can, link to the line of code that might be responsible for the problem)

FEATURE_REQUEST.md

---
name: Feature Request
about: Request a new feature
---
**Description**
(Please give a description of the new feature)

**Links/References**
(Add any designs, screenshots or links that helpful to implement the feature)

**Tasks**

- [ ] Add ...
- [ ] Document ...

**Additional Context**
(Add any additional context relevant to this feature)
@Narigo Narigo changed the title Setup GitHub issues Setup GitHub May 1, 2020
@Narigo Narigo added the good first issue If you want to start contributing, this is something simple label May 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue If you want to start contributing, this is something simple
Projects
None yet
Development

No branches or pull requests

1 participant