Skip to content

Commit

Permalink
Merge branch 'release/1.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
shuoros committed Mar 7, 2022
2 parents f12de23 + f731bc4 commit 6cabead
Show file tree
Hide file tree
Showing 2,399 changed files with 22,075 additions and 932 deletions.
20 changes: 12 additions & 8 deletions CONTRIBUTE.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
# Contribution

if you want to contribute to the repo-reporter project, this contributing guide is helpful.
if you want to contribute to the badgify project, this contributing guide is helpful.

## !Badge Theme
## Badge Themes

If you are good at working with SVGs, please help us to extend our theme library. You can join our discord server to discuss more about ideas.

[![](https://repo-reporter.thex.solutions/api/badge/link?title=TheX's%20server&logo=discord&bg=5858be)](https://discord.gg/u3SsX89J)
[![](https://badgify.thex.solutions/api/badge/link?title=TheX's%20server&icon=discord&bg=5858be)](https://discord.gg/u3SsX89J) [![](https://badgify.thex.solutions/api/badge/link?title=TheX's%20group&icon=telegram&bg=1e869e)](https://t.me/TheXSolutions)

## Translate Documents In Your Language

If badgify's documentation has not been translated into your language, you can do this to help us provide better services to your compatriots.

## start contributing

We use GitFlow for branching model on this project. You must have [git-flow](https://github.com/nvie/gitflow/wiki/Installation) installed on your machine.

To start contributing on repo-reporter:
- Fork repo-reporter's repo
To start contributing on badgify:
- Fork badgify's repo
- Clone your fork
- Start your feature branch by `git flow feature start <feature_name>` command
- Create your changes and commits
Expand All @@ -22,23 +26,23 @@ To start contributing on repo-reporter:

```bash
git clone <your-fork-repo-url>
cd repo-reporter
cd badgify
git flow feature start <feature_name>
// Create your changes and commits
git push origin feature/<feature_name>
```
and then make pull request.

### Idea
if you haven't any idea for contributing, you can see [Issues](https://github.com/TheXSolutions/repo-reporter/issues) or [TODO.md](https://github.com/TheXSolutions/repo-reporter/blob/main/TODO.md).
if you haven't any idea for contributing, you can see [Issues](https://github.com/TheXSolutions/badgify/issues) or [TODO.md](https://github.com/TheXSolutions/badgify/blob/main/TODO.md).

## Documentation
If you are adding/changing a feature, add/change documentation of that feature.

For example, If you are adding a new feature, add documentation for that in `doc/<Directory To That Feature>/<x>.md`.

## Release Notes
Write your changes into the [RELEASE-NOTES.md](https://github.com/TheXSolutions/repo-reporter/blob/main/RELEASE-NOTES.md) file.
Write your changes into the [RELEASE-NOTES.md](https://github.com/TheXSolutions/badgify/blob/main/RELEASE-NOTES.md) file.

For example:

Expand Down
6 changes: 4 additions & 2 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# repo-reporter Developers and Partners
# badgify Developers and Partners

- [Soroush Shemshadi](https://github.com/shuoros)
- Starter and maintainer and the first developer of repo-reporter.
- Starter and maintainer and the first developer of badgify.
- [Sarah Rajabi](https://github.com/sarahrajabi)
- Add Farsi README.md
6 changes: 3 additions & 3 deletions ISSUES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# repo-reporter Issue Policy
If you detected a` Bug` or `Vulnerability` in the repo-reporter project, you can reporting that with the following ways:
# badgify Issue Policy
If you detected a` Bug` or `Vulnerability` in the badgify project, you can reporting that with the following ways:

- report by sending an email to [email protected]
- opening an issue on GitHub

Thanks for your help on repo-reporter!
Thanks for your help on badgify!
Loading

0 comments on commit 6cabead

Please sign in to comment.