Skip to content

Commit

Permalink
Remove anything about appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnamed434 committed May 22, 2024
1 parent 6f588ed commit 0c3a2d3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 22 deletions.
7 changes: 3 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,15 @@ If you make any changes to BitMono, you are agreeing to the license conditions a

The BitMono project generally follows the principles of [Git Flow](https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow), with a few variations. Below a summary:

- Prefer to create a branch based on `dev`.
- Do not branch from `main` unless it is a serious bug and requires a hotfix. `main` is supposed to be always in sync with the nuget feed.
- Prefer to create a branch based on `main`.
- Prefix your branch accordingly, depending on what kind of change you are trying to make.
- For new features, use `feature/name-of-feature`.
- For issues and/or bug fixes, use `issue/name-of-issue-or-bug`.
- Push your changes on this branch.
- Make sure you are following the coding style guidelines as described in this document below.
- Open a [Pull Request](https://github.com/sunnamed434/BitMono/pulls), setting the `dev` branch as a base branch to merge into.
- Open a [Pull Request](https://github.com/sunnamed434/BitMono/pulls), setting the `main` branch as a base branch to merge into.
- Wait for your pull request to be reviewed and accepted.
- Pull requests into `dev` will only be accepted if all unit tests succeed and follow the guidelines as described in this document.
- Pull requests into `main` will only be accepted if all unit tests succeed and follow the guidelines as described in this document.


## C# Coding Style
Expand Down
20 changes: 2 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,8 @@

## BitMono

[![Build status][image_appveyor_main]][appveyor_main_build]
[![Test status][image_test]][test]
[![Codefactor][image_codefactor]][codefactor]
[![DeepSource][image_deepsource]][deepsource]
[![Gitter Chat][image_gitter]][gitter]
[![MIT License][image_license]][license]
[![BitMono Discord][image_bitmono_discord]][bitmono_discord]

Expand Down Expand Up @@ -79,6 +76,7 @@ Read the **[docs][bitmono_docs]** to read protection, functionality, and more.
* BitDateTimeStamp
* BitMono
* BillionNops
* and you can integrate existing/make own feature ;)

## Usage

Expand Down Expand Up @@ -144,15 +142,10 @@ Want more? Simply read the **[docs][bitmono_docs]**.

Having issues? Get more help **[here][troubleshooting]**.

### Detailed build status
### Building

If you want to build the BitMono by your own - [click here for detailed info][build_info]

| Branch | AppVeyor |
|--------|-------------------------------------------------------------|
| main | [![Build status][image_appveyor_main]][appveyor_main_build] |
| dev | [![Build status][image_appveyor_dev]][appveyor_dev_build] |

### Supported Frameworks

Feel free to use BitMono on frameworks which described below. Be careful using some protections because some might work on .NET Framework only, some on .NET (Core) only, some on all frameworks, some on Mono only - if the protection is unique to its platform/framework you will get a notification about that.
Expand Down Expand Up @@ -187,10 +180,8 @@ Credits

**[drakonia][author_drakonia]** for her **[costura decompressor][simple_costura_decompressor_source]**.

[test]: https://ci.appveyor.com/project/sunnamed434/bitmono/branch/main/tests
[codefactor]: https://www.codefactor.io/repository/github/sunnamed434/bitmono/overview/main
[deepsource]: https://deepsource.io/gh/sunnamed434/BitMono/?ref=repository-badge
[gitter]: https://gitter.im/BitMonoSpeech/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
[license]: https://github.com/sunnamed434/BitMono/blob/main/LICENSE
[previews]: https://github.com/sunnamed434/BitMono/blob/main/PREVIEWS.md
[asmresolver]: https://github.com/Washi1337/AsmResolver
Expand All @@ -213,18 +204,11 @@ Credits
[author_kao_blog]: https://lifeinhex.com/
[author_drakonia]: https://github.com/dr4k0nia
[author_sunnamed434]: https://github.com/sunnamed434
[appveyor_main_build]: https://ci.appveyor.com/project/sunnamed434/bitmono/branch/main
[appveyor_dev_build]: https://ci.appveyor.com/project/sunnamed434/bitmono/branch/dev
[bitmono_discord]: https://discord.gg/sFDHd47St4

[troubleshooting]: https://github.com/sunnamed434/BitMono/blob/main/troubleshooting.md
[build_info]: https://github.com/sunnamed434/BitMono/blob/main/build.md
[image_build]: https://ci.appveyor.com/api/projects/status/8jh35hfno6riq25j?svg=true&style=plastic
[image_test]: https://img.shields.io/appveyor/tests/sunnamed434/bitmono/main
[image_codefactor]: https://www.codefactor.io/repository/github/sunnamed434/bitmono/badge/main
[image_deepsource]: https://deepsource.io/gh/sunnamed434/BitMono.svg/?label=active+issues&show_trend=true&token=_FJf25YbtCpPyX7SRveXCaGd
[image_gitter]: https://badges.gitter.im/BitMonoSpeech/community.svg?style=plastic
[image_license]: https://img.shields.io/github/license/sunnamed434/bitmono
[image_appveyor_main]: https://ci.appveyor.com/api/projects/status/8jh35hfno6riq25j/branch/main?svg=true
[image_appveyor_dev]: https://ci.appveyor.com/api/projects/status/b9rm3l7kduryjgcj/branch/dev?svg=true
[image_bitmono_discord]: https://img.shields.io/discord/1086240163321106523?label=discord&logo=discord
Binary file removed packages.txt
Binary file not shown.

0 comments on commit 0c3a2d3

Please sign in to comment.