Skip to content

Commit

Permalink
Merge pull request #55 from katilingban:dev
Browse files Browse the repository at this point in the history
fix add contributing not working appropriately #54
  • Loading branch information
ernestguevarra authored Jan 10, 2025
2 parents f59ff85 + dd84700 commit 9d141bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: pakete
Type: Package
Title: Utilities for Package Development
Version: 0.2.0
Version: 0.2.0.9000
Authors@R: person(given = "Ernest",
family = "Guevarra",
comment = c(ORCID = "0000-0002-4887-4415"),
Expand Down
3 changes: 1 addition & 2 deletions R/add_contributing.R
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,8 @@ create_contributing <- function(repo) {
x = contrib_lines
)

contrib_lines

cli::cli_alert_success("{.strong CONTRIBUTING} text created.")
contrib_lines
}

#'
Expand Down

0 comments on commit 9d141bd

Please sign in to comment.