Contributing to github-readme-profile
We love your input! We want to make contributing to this project as easy and transparent as possible, whether it's:
- Reporting an issue.
- Discussing the current state of the code.
- Submitting a fix.
- Proposing new features.
- Becoming a maintainer.
Pull requests are the best way to propose changes. We actively welcome your pull requests:
- Fork the repo and create your branch from
master
. - If you've added code that should be tested, add some tests' examples.
- If you've changed APIs, update the documentation.
- Issue that pull request!
GitHub Readme Profile supports custom theming, and you can also contribute new themes!
Note
If you are contributing your theme just because you are using it personally, then you can customize the looks of your card with URL params instead.
Note
Your pull request with theme addition will be merged once we get enough positive feedback from the community in the form of thumbs up 👍 emojis. We expect to see at least 5-10 thumbs up before making a decision to merge your pull request into the master branch. Remember that you can also support themes of other contributors that you liked to speed up their merge.
Note
Before submitting pull request, please make sure that your theme pass WCAG 2.0 level AA contrast ration test. You can use this tool to check it.
To contribute your theme you need to edit the themes/index.ts file and add it at the end of the file.
GitHub Readme Profile supports multiple languages, if we are missing your language, you can contribute it! You can check the currently supported languages here.
To contribute your language you need to edit the i18n/index.ts file and add new property to each object where the key is the language code in ISO 639-1 standard and the value is the translated string. Anything appearing in the list should be fine.
In short, when you submit changes, your submissions are understood to be under the same MIT License that covers the project. Feel free to contact the maintainers if that's a concern.
⚠️ Report issues/bugs using GitHub's issues
We use GitHub issues to track public bugs. Report a bug by opening a new issue; it's that easy!
Great Bug Reports tend to have:
- A quick summary and/or background
- Steps to reproduce
- Be specific!
- Share the snapshot, if possible.
- GitHub Readme Stats' live link
- What actually happens
- What you expected would happen
- Notes (possibly including why you think this might be happening or stuff you tried that didn't work)
People ❤️ thorough bug reports. I'm not even kidding.
Great Feature Requests tend to have:
- A quick idea summary
- What & why do you want to add the specific feature
- Additional context like images, links to resources to implement the feature, etc.
By contributing, you agree that your contributions will be licensed under its MIT License.