Skip to content

Commit

Permalink
First clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
lijamie98 committed Aug 24, 2023
1 parent eee0938 commit 84719cd
Show file tree
Hide file tree
Showing 13 changed files with 194 additions and 374 deletions.
5 changes: 3 additions & 2 deletions docs/00 - Stellar Anchor Platform.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![License](https://badgen.net/badge/license/Apache%202/blue?icon=github&label=License)](https://github.com/stellar/java-stellar-anchor-sdk/blob/develop/LICENSE)
[![GitHub Version](https://badgen.net/github/release/stellar/java-stellar-anchor-sdk?icon=github&label=Latest%20release)](https://github.com/stellar/java-stellar-anchor-sdk/releases)
[![Docker](https://badgen.net/badge/Latest%20Release/v2.1.2/blue?icon=docker)](https://hub.docker.com/r/stellar/anchor-platform/tags?page=1&name=release-2.1.3)
[![Docker](https://badgen.net/badge/Latest%20Release/v2.1.3/blue?icon=docker)](https://hub.docker.com/r/stellar/anchor-platform/tags?page=1&name=release-2.1.3)
![Develop Branch](https://github.com/stellar/java-stellar-anchor-sdk/actions/workflows/wk_push_to_develop.yml/badge.svg?branch=develop)

<div>
Expand All @@ -24,9 +24,10 @@ Release notes can be found on the project's [releases page](https://github.com/s

## Contributing

Please refer to our [0.2.A - CONTRIBUTING](/docs/02%20-%20Contributing/A%20-%20CONTRIBUTING.md) guide for more information on how to contribute to this project.
Please refer to our [How to contribute](/docs/02%20-%20Contributing/A%20-%20CONTRIBUTING.md) guide for more information on how to contribute to this project.

[SEPs]: https://github.com/stellar/stellar-protocol/tree/master/ecosystem
[SEP-6]: https://stellar.org/protocol/sep-6
[SEP-10]: https://stellar.org/protocol/sep-10
[SEP-12]: https://stellar.org/protocol/sep-12
[SEP-24]: https://stellar.org/protocol/sep-24
Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion docs/01 - Running & Configuring the Application/README.md

This file was deleted.

10 changes: 4 additions & 6 deletions docs/02 - Contributing/A - CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,24 @@
# How to contribute

- [How to contribute](#how-to-contribute)
- [Debeloper Tools](#debeloper-tools)
- [Setup the development environment](#setup-the-development-environment)
- [How to Build with Gradle](#how-to-build-with-gradle)
- [Clean](#clean)
- [Build](#build)
- [Running Unit Tests](#running-unit-tests)
- [Coding Guidelines](#coding-guidelines)
- [Coding Style](#coding-style)
- [Git Commit Messages](#git-commit-messages)
- [Pull Request Style](#pull-request-style)
- [Logging Levels](#logging-levels)
- [Database Migration](#database-migration)
- [Publishing](#publishing)
- [Git Workflow](#git-work-flow)

👍🎉 First off, thanks for taking the time to contribute! 🎉👍

Check out the [Stellar Contribution Guide](https://github.com/stellar/.github/blob/master/CONTRIBUTING.md) that apply to all Stellar projects.

## Debeloper Tools
## Setup the Development Environment

Check out the [Debeloper Tools](/docs/02%20-%20Contributing/B%20-%20Developer%20Tools.md).
Check out the [How to set up the development environment](/docs/02%20-%20Contributing/B%20-%20Development%20Environment.md) guide.

## How to Build with Gradle

Expand Down
Loading

0 comments on commit 84719cd

Please sign in to comment.