You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We welcome contributions to our [open source project on GitHub](https://github.com/superfaceai/passport-twitter-oauth2).
4
+
5
+
**Please open an issue first if you want to make larger changes**
6
+
7
+
## Help the community
8
+
9
+
1. Report an Error or a Bug
10
+
2. Contribute to the Documentation
11
+
3. Provide Support on Issues
12
+
13
+
## Need help?
14
+
15
+
If you have any question about this project (for example, how to use it) or if you just need some clarification about anything, please open an Issue at [Issues](https://github.com/superfaceai/passport-twitter-oauth2/issues).
16
+
17
+
## Contributing
18
+
19
+
Follow these steps:
20
+
21
+
1.**Fork & Clone** the repository
22
+
2.**Setup** the Superface passport-twitter-oauth2
23
+
- Install packages with `yarn install` or `npm install`
24
+
- Format code with `yarn format:fix` or `npm run format:fix`
25
+
3.**Update**[CHANGELOG](CHANGELOG.md). See https://keepachangelog.com/en/1.0.0/
26
+
4.**Commit** changes to your own branch by convention. See https://www.conventionalcommits.org/en/v1.0.0/
27
+
5.**Push** your work back up to your fork
28
+
6. Submit a **Pull Request** so that we can review your changes
29
+
30
+
**NOTE: Be sure to merge the latest from "upstream" before making a pull request.**
31
+
32
+
**NOTE: Please open an issue first if you want to make larger changes**
33
+
34
+
### Contribute by reporting bugs
35
+
36
+
If you are experiencing bug or undocumented behavior please open an Issue with bug template at [Issues](https://github.com/superfaceai/passport-twitter-oauth2/issues).
37
+
38
+
### Contribute to documentation
39
+
40
+
Help us improve the documentation, you can report typos, improve examples.
41
+
42
+
## Copyright and Licensing
43
+
44
+
The Superface passport-twitter-oauth2 open source project is licensed under the [MIT License](LICENSE).
0 commit comments