forked from MIT-Emerging-Talent/ET6-practice-code-review
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into constraints
- Loading branch information
Showing
4 changed files
with
85 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# WELCOME TO THE CODE COLLABORATORS' REPOSITORY | ||
|
||
![Visual aid code collaborators are from different parts of the world!](assets/collaboration.jpg) | ||
We are a collaborative group of problem-solvers who are working together to tackle | ||
exciting challenges in this particular project. | ||
|
||
## 🚀 Mission | ||
|
||
Our main mission is to build a foundation of creativity, collaboration, and learning | ||
while developing basic solutions that help in the build-up of solutions that | ||
provide aid to real-world problems. | ||
|
||
## 🔍 Our Current Focus | ||
|
||
We are currently exploring the endless world of project challenges. | ||
Each member of this group will select two challenges and share their progress in | ||
this repository. | ||
|
||
## Repository Overview | ||
|
||
This repository contains the following: | ||
|
||
- Group collaborations | ||
- Solutions and Tests to individual challenge projects. | ||
|
||
## Contributions | ||
|
||
Our aim is to promote collaboration among members. As we believe that | ||
there is always room for improvement in everything we do, we welcome | ||
contributions, suggestions, and feedback from all members. | ||
|
||
## 🤩 What to expect? | ||
|
||
As our project and challenges change, so will this README. Stay tuned for our | ||
regular updates, | ||
|
||
Join us as we grow on this platform together! |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,51 @@ | ||
# Learning Goals | ||
|
||
## Collective | ||
![Collaboration Image](../assets/goals.jpg) | ||
|
||
## Individual | ||
## Collective Learning Goals | ||
Check failure on line 5 in collaboration/learning_goals.md GitHub Actions / md_formatting
|
||
As a team, we aim to achieve the following: | ||
|
||
1. **Master Collaborative Tools:** | ||
- Become proficient in using GitHub for version control, collaboration, and project management. | ||
- Ensure effective communication and documentation within the repository. | ||
|
||
2. **Build a Culture of Teamwork:** | ||
- Foster an environment of mutual support and accountability. | ||
- Encourage active participation, constructive feedback, and knowledge sharing. | ||
|
||
3. **Deliver High-Quality Outputs:** | ||
- Set clear milestones and deliverables for projects. | ||
- Maintain high standards for code quality, readability, and functionality. | ||
|
||
4. **Resolve Conflicts Efficiently:** | ||
- Learn to handle merge conflicts and ensure seamless integration of team contributions. | ||
- Develop a shared understanding of best practices for collaboration. | ||
|
||
5. **Develop Agile Practices:** | ||
- Adopt iterative approaches for project development. | ||
- Regularly review progress and adjust priorities as needed. | ||
|
||
--- | ||
|
||
## Individual Learning Goals | ||
Check failure on line 30 in collaboration/learning_goals.md GitHub Actions / md_formatting
|
||
As part of the program, Every team member will focus on achieving the following personal goals: | ||
|
||
1. **Enhance GitHub Proficiency:** | ||
- Understand and use Git commands to manage repositories effectively. | ||
- Master branching, merging, and handling pull requests. | ||
|
||
2. **Improve Coding Skills:** | ||
- Write clean, maintainable, and well-documented code. | ||
- Learn and apply relevant programming languages or frameworks for the project. | ||
|
||
3. **Strengthen Communication:** | ||
- Provide clear and constructive feedback on code reviews. | ||
- Document team contributions and thought processes to benefit the team. | ||
|
||
4. **Time Management:** | ||
- Prioritize tasks and meet deadlines while balancing program commitments. | ||
- Use tools like project boards to track progress and manage workloads. | ||
|
||
5. **Develop a Growth Mindset:** | ||
- Seek opportunities to learn from peers and mentors. | ||
- Reflect on challenges and successes to continuously improve personal skills. |