Skip to content

Commit

Permalink
alice: please: contribute: recommended community standards: readme: S…
Browse files Browse the repository at this point in the history
…cope PR title and body definitions

Signed-off-by: John Andersen <johnandersenpdx@gmail.com>
  • Loading branch information
pdxjohnny committed Jul 29, 2022
1 parent c89d3d8 commit 1cf1d73
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,8 @@ class OverlayREADME:
ReadmeIssue = NewType("ReadmeIssue", str)
ReadmeIssueBody = NewType("ReadmeIssueBody", str)
ReadmeIssueTitle = NewType("ReadmeIssueTitle", str)
ReadmePRTitle = NewType("github.pr.title", str)
ReadmePRBody = NewType("github.pr.body", str)
ReadmePRTitle = NewType("readme.github.pr.title", str)
ReadmePRBody = NewType("readme.github.pr.body", str)

# async def cli_run_on_repo(self, repo: "CLIRunOnRepo"):
async def alice_contribute_readme(self, repo: AliceGitRepo) -> ReadmeGitRepo:
Expand Down

0 comments on commit 1cf1d73

Please sign in to comment.