Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make use of the common adr template in the .github repo #1599

Merged
merged 4 commits into from
Apr 17, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,12 @@ test-cover:
@echo "--> Generating coverage.txt"
@export VERSION=$(VERSION); bash -x scripts/test_cover.sh
.PHONY: test-cover

## adr-gen: Download the adr template from the celestiaorg/.github repo and
#create a new adr file with the provided adr number and title.
#
# Usage: make adr-gen NUM=016 TITLE=my-adr-title
evan-forbes marked this conversation as resolved.
Show resolved Hide resolved
adr-gen:
@echo "--> Generating adr template"
evan-forbes marked this conversation as resolved.
Show resolved Hide resolved
@curl -sSL https://raw.githubusercontent.com/celestiaorg/.github/main/adr-template.md > docs/architecture/adr-$(NUM)-$(TITLE).md
.PHONY: adr-gen
75 changes: 0 additions & 75 deletions docs/architecture/adr-template.md

This file was deleted.