Skip to content

Commit

Permalink
remove templates for issues and prs
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Apr 4, 2022
1 parent f9e6b8d commit cd77fda
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions remix.init/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ async function main({ rootDirectory }) {
fs.readFile(README_PATH, "utf-8"),
fs.readFile(EXAMPLE_ENV_PATH, "utf-8"),
fs.readFile(PACKAGE_JSON_PATH, "utf-8"),
fs.rm(path.join(rootDirectory, ".github/ISSUE_TEMPLATE"), {
recursive: true,
}),
fs.rm(path.join(rootDirectory, ".github/PULL_REQUEST_TEMPLATE.md")),
]);

const newEnv = env.replace(
Expand Down

0 comments on commit cd77fda

Please sign in to comment.