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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,13 @@ The format is (loosely) based on [Keep a Changelog](http://keepachangelog.com/)
8
8
9
9
### Added
10
10
11
+
- Added sponsors and supporters section with logos ([#122](https://github.com/stac-utils/stac-check/pull/122))
12
+
13
+
### Updated
14
+
15
+
- Improved README with table of contents, better formatting, stac-check logo, and enhanced documentation ([#122](https://github.com/stac-utils/stac-check/pull/122))
16
+
- Enhanced Contributing guidelines with step-by-step instructions ([#122](https://github.com/stac-utils/stac-check/pull/122))
The intent of this project is to provide a validation tool that also follows the official [STAC Best Practices document](https://github.com/radiantearth/stac-spec/blob/master/best-practices.md)
6
19
7
-
---
8
-
9
-
### Documentation
20
+
## Table of Contents
21
+
22
+
-[Documentation](#documentation)
23
+
-[Installation](#installation)
24
+
-[Pip](#pip)
25
+
-[Docker](#docker)
26
+
-[Usage](#usage)
27
+
-[CLI Usage](#cli-usage)
28
+
-[Python API Usage](#python-api-usage)
29
+
-[Examples](#examples)
30
+
-[Basic Validation](#basic-validation)
31
+
-[Recursive Validation](#recursive-validation)
32
+
-[Asset Validation](#asset-validation)
33
+
-[Link and Asset Validation](#link-and-asset-validation)
34
+
-[Invalid STAC](#invalid-stac)
35
+
-[Using HTTP Headers](#using-http-headers)
36
+
-[Development](#development)
37
+
-[Sponsors and Supporters](#sponsors-and-supporters)
We are grateful for the support of our sponsors who help make this project possible. If your organization uses stac-check and would like to become a sponsor, please reach out to us!
344
+
345
+
## Contributing
346
+
347
+
Contributions are welcome! Please feel free to submit a Pull Request.
348
+
349
+
### How to Contribute
350
+
351
+
1.**Fork the repository** - Create your own fork of the project
352
+
2.**Create a feature branch** - `git checkout -b feature/your-feature-name`
353
+
3.**Commit your changes** - Make sure to write clear, concise commit messages
354
+
4.**Push to your branch** - `git push origin feature/your-feature-name`
355
+
5.**Open a Pull Request** - Describe your changes in detail
356
+
357
+
### Development Guidelines
358
+
359
+
- Follow the existing code style
360
+
- Add tests for new features
361
+
- Update documentation as needed
362
+
- Make sure all tests pass before submitting a PR
363
+
364
+
### Reporting Issues
365
+
366
+
If you find a bug or have a feature request, please open an issue on the [GitHub repository](https://github.com/stac-utils/stac-check/issues).
273
367
274
-
### Create local docs in the /docs folder
368
+
##License
275
369
276
-
`$ pdoc --output-dir pdoc ./stac_check`
370
+
This project is licensed under the Apache License 2.0.
0 commit comments