Skip to content

Commit

Permalink
Added Contributing.md File
Browse files Browse the repository at this point in the history
  • Loading branch information
Pudi-Sravan committed Sep 19, 2024
1 parent f8de7bd commit b7ca1df
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Contributing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# How to Contribute

## Issues
- Browse the [issues](https://github.com/Pudi-Sravan/slack-clone/issues) currently raised and select one that you would like to work on.
- Each issue is labeled according to its difficulty level.
- If you encounter a new issue that isn't listed, feel free to raise a new issue on the [issues page](https://github.com/Pudi-Sravan/slack-clone/issues) of the repository.

## Steps to Contribute
1. Review the [README.md](./README.md) file to understand the setup process and project guidelines.
2. Make the necessary changes to the codebase.
3. Submit a pull request to the main branch.
4. In your pull request description, include details about the issue you resolved and any other relevant information.

Thank you for contributing to our project!
1 change: 1 addition & 0 deletions src/Front_end/homepage/ToDo_list/assigntask.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ const Assigntask = () => {
setAssigntask(false);
}}
className={assigntaskCSS.closeIcon}
aria-label="Close"
/>
<div className={assigntaskCSS.head}>
<h1>Assign a Task</h1>
Expand Down

0 comments on commit b7ca1df

Please sign in to comment.