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

Update Package.json #93

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all 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
27 changes: 17 additions & 10 deletions Package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
const specs = {
project: {
name: "Dot and Boxes",
defaultBranch: "main",
repoUrl: "https://github.com/shrawani21/gamer_21.git",
},
contributing: {
generate: true
}
};
const projectDetails = {
project: {
name: "Dots and Boxes",
defaultBranch: "main",
repositoryUrl: "https://github.com/shrawani21/gamer_21.git",
},
contributing: {
generate: true,
guidelinesUrl: "https://github.com/shrawani21/gamer_21/blob/main/CONTRIBUTING.md", // Added example guidelines URL
codeOfConductUrl: "https://github.com/shrawani21/gamer_21/blob/main/CODE_OF_CONDUCT.md" // Added example code of conduct URL
},
documentation: {
readmeUrl: "https://github.com/shrawani21/gamer_21/blob/main/README.md", // Added README URL
issuesUrl: "https://github.com/shrawani21/gamer_21/issues", // Added issues URL for reporting bugs or features
pullRequestsUrl: "https://github.com/shrawani21/gamer_21/pulls" // Added pull requests URL for contributing
}
};