diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 34ee6780..b3177ba9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,7 +6,7 @@ taking the time to contribute! Before starting, please take some time to familiarize yourself with the [Code of Conduct](CODE_OF_CONDUCT.md). -## Getting started +## Getting Started We welcome many different types of contributions and not all of them need a Pull Request. Contributions may include: diff --git a/Makefile b/Makefile index 3262184c..e221f0e9 100644 --- a/Makefile +++ b/Makefile @@ -28,15 +28,15 @@ stop: ## Stop the dev server .PHONY: clean -clean: +clean: ## Clean up the dev server $(MAKE) stop @docker compose rm --force @docker rmi archivista-archivista --force .PHONY: test -test: ## Clean up the dev server +test: ## Run tests @bash ./test/test.sh help: ## Show this help - @grep -h -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}' \ No newline at end of file + @grep -h -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'