From 4d68bf65744bc14e55570ff9125b05e2ea92b952 Mon Sep 17 00:00:00 2001 From: toni <143221387+xyztoni@users.noreply.github.com> Date: Wed, 21 Feb 2024 17:48:15 +0100 Subject: [PATCH] chore: typo fixes (#583) --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 42ea5abfe..45b5617f8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,7 +15,7 @@ good issue to work on: towards new contributors No explicit permission is needed to work on these issues but it would be good idea -to tag the user who opened the issue and ask that the issue is assinged to yourself. +to tag the user who opened the issue and ask that the issue is assigned to yourself. All issue labels can be [found here](https://github.com/dymensionxyz/dymint/labels) for you to explore and see what peaks your interest. @@ -40,7 +40,7 @@ as long as you are kind and constructive when you do so. If you want to work on something that there is no GitHub issue for, follow these steps: -1. Create a a new GitHub issue and propose your change there. +1. Create a new GitHub issue and propose your change there. Be sure to include implementation details and the rationale for the proposed change. We are very reluctant to accept random pull requests without a related issue created first.