Skip to content

Commit ad9c9fb

Browse files
author
Rishabh
committed
adds more files
1 parent d4305f1 commit ad9c9fb

File tree

3 files changed

+139
-0
lines changed

3 files changed

+139
-0
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [0.0.1] - 2021-09-18
9+
10+
### Added
11+
- Initial version of the repo

CODE_OF_CONDUCT.md

+73
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
# Contributor Covenant Code of Conduct
2+
3+
## Our Pledge
4+
5+
In the interest of fostering an open and welcoming environment, we as
6+
contributors and maintainers pledge to making participation in our project and
7+
our community a harassment-free experience for everyone, regardless of age, body
8+
size, disability, ethnicity, sex characteristics, gender identity and expression,
9+
level of experience, education, socio-economic status, nationality, personal
10+
appearance, race, religion, or sexual identity and orientation.
11+
12+
## Our Standards
13+
14+
Examples of behavior that contributes to creating a positive environment
15+
include:
16+
17+
- Using welcoming and inclusive language
18+
- Being respectful of differing viewpoints and experiences
19+
- Gracefully accepting constructive criticism
20+
- Focusing on what is best for the community
21+
- Showing empathy towards other community members
22+
23+
Examples of unacceptable behavior by participants include:
24+
25+
- The use of sexualized language or imagery and unwelcome sexual attention or
26+
advances
27+
- Trolling, insulting/derogatory comments, and personal or political attacks
28+
- Public or private harassment
29+
- Publishing others' private information, such as a physical or electronic
30+
address, without explicit permission
31+
- Other conduct which could reasonably be considered inappropriate in a
32+
professional setting
33+
34+
## Our Responsibilities
35+
36+
Project maintainers are responsible for clarifying the standards of acceptable
37+
behavior and are expected to take appropriate and fair corrective action in
38+
response to any instances of unacceptable behavior.
39+
40+
Project maintainers have the right and responsibility to remove, edit, or
41+
reject comments, commits, code, wiki edits, issues, and other contributions
42+
that are not aligned to this Code of Conduct, or to ban temporarily or
43+
permanently any contributor for other behaviors that they deem inappropriate,
44+
threatening, offensive, or harmful.
45+
46+
## Scope
47+
48+
This Code of Conduct applies within all project spaces, and it also applies when
49+
an individual is representing the project or its community in public spaces.
50+
Examples of representing a project or community include using an official
51+
project e-mail address, posting via an official social media account, or acting
52+
as an appointed representative at an online or offline event. Representation of
53+
a project may be further defined and clarified by project maintainers.
54+
55+
## Enforcement
56+
57+
Instances of abusive, harassing, or otherwise unacceptable behavior may be
58+
reported by contacting the project team at [email protected]. All
59+
complaints will be reviewed and investigated and will result in a response that
60+
is deemed necessary and appropriate to the circumstances. The project team is
61+
obligated to maintain confidentiality with regard to the reporter of an incident.
62+
Further details of specific enforcement policies may be posted separately.
63+
64+
Project maintainers who do not follow or enforce the Code of Conduct in good
65+
faith may face temporary or permanent repercussions as determined by other
66+
members of the project's leadership.
67+
68+
## Attribution
69+
70+
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71+
available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
72+
73+
[homepage]: https://www.contributor-covenant.org

CONTRIBUTING.md

+55
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
# Contributing
2+
3+
We're so excited you're interested in helping with SuperTokens! We are happy to help you get started, even if you don't have any previous open-source experience :blush:
4+
5+
## New to Open Source?
6+
7+
1. Take a look at [How to Contribute to an Open Source Project on GitHub](https://egghead.io/courses/how-to-contribute-to-an-open-source-project-on-github)
8+
2. Go through the [SuperTokens Code of Conduct](https://github.com/supertokens/supertokens-golang/blob/master/CODE_OF_CONDUCT.md)
9+
10+
## Where to ask Questions?
11+
12+
1. Check our [Github Issues](https://github.com/supertokens/supertokens-golang/issues) to see if someone has already answered your question.
13+
2. Join our community on [Discord](https://supertokens.io/discord) and feel free to ask us your questions
14+
15+
## Development Setup
16+
17+
You will need to setup the `supertokens-core` in order to to run the `supertokens-golang` tests, you can setup `supertokens-core` by following this [guide](https://github.com/supertokens/supertokens-core/blob/master/CONTRIBUTING.md#development-setup)
18+
**Note: If you are not contributing to the `supertokens-core` you can skip steps 1 & 4 under Project Setup of the `supertokens-core` contributing guide.**
19+
20+
### Prerequisites
21+
22+
- OS: Linux or macOS
23+
- Go
24+
- IDE: [VSCode](https://code.visualstudio.com/download)(recommended) or equivalent IDE
25+
26+
### Project Setup
27+
28+
TODO:
29+
30+
## Modifying Code
31+
32+
TODO:
33+
34+
## Testing
35+
36+
TODO:
37+
38+
## Pull Request
39+
40+
1. Before submitting a pull request make sure all tests have passed
41+
2. Reference the relevant issue or pull request and give a clear description of changes/features added when submitting a pull request
42+
43+
## SuperTokens Community
44+
45+
SuperTokens is made possible by a passionate team and a strong community of developers. If you have any questions or would like to get more involved in the SuperTokens community you can check out:
46+
47+
- [Github Issues](https://github.com/supertokens/supertokens-golang/issues)
48+
- [Discord](https://supertokens.io/discord)
49+
- [Twitter](https://twitter.com/supertokensio)
50+
- or [email us](mailto:[email protected])
51+
52+
Additional resources you might find useful:
53+
54+
- [SuperTokens Docs](https://supertokens.io/docs/community/getting-started/installation)
55+
- [Blog Posts](https://supertokens.io/blog/)

0 commit comments

Comments
 (0)