Open Issues Need Help
View All on GitHubAI Summary: Create a CONTRIBUTING.md file for the HITK ACM Student Chapter website repository. This file should guide contributors on setting up their environment, following the code of conduct, reporting bugs, suggesting features, making pull requests (including branching strategy, commit message conventions, and testing), and asking questions. The file should be placed at the root of the repository.
AI Summary: Create a pull request template file (pull_request_template.md) in the .github/ directory to standardize pull requests. The template should include sections for change description, related issues, change type, testing instructions, a self-review checklist, and a section for screenshots (UI changes).
AI Summary: Create three YAML files (bug_report.yml, feature_request.yml, question.yml) for GitHub Issue templates and a config.yml file to manage them. These templates will improve issue management by standardizing bug reports, feature requests, and general questions.