x-stend / x

`x$` is a highly flexible and extendable utility library for JavaScript and TypeScript, designed to streamline the integration and extension of various utility libraries like lodash, moment, and ramda. With `x$`, developers can easily create custom higher-order functions, ensuring adaptability and maintainability in their codebase.
MIT License
0 stars 0 forks source link

Need Github Issue templates for the project #16

Closed cstroliadavis closed 5 months ago

cstroliadavis commented 5 months ago

Description:

As part of enhancing our project's collaboration and issue tracking process, we need to set up GitHub Issue Templates. These templates will guide contributors in creating detailed and structured issues, ensuring that all necessary information is provided for various types of issues such as feature requests, bug reports, architecture changes, and more.

Acceptance Criteria:

  1. Creation of a .github/ISSUE_TEMPLATE directory in the repository.
  2. Development of individual Markdown files for each issue type:
    • New Feature Issue Template
    • New Bug Issue Template
    • New Architecture Issue Template
    • New DevOps Issue Template
    • New Cleanup Issue Template
    • New Documentation Issue Template
    • New Chore Issue Template
  3. Each template should include relevant headings and prompts to guide contributors.
  4. Review and merge of these templates into the main branch.