Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Font Styles For Text #33

Open
Rohitha-pudu opened this issue May 12, 2024 · 7 comments
Open

Font Styles For Text #33

Rohitha-pudu opened this issue May 12, 2024 · 7 comments
Assignees
Labels
gssoc Issues / PR related to Gssoc'24 level3 Issues / PR related to Gssoc'24 difficulty hard

Comments

@Rohitha-pudu
Copy link

No Font Styles

  • I will work on this issue. Please assign this task to me
  • Gssoc24
    image
@dhruvpatidar359
Copy link
Owner

@Rohitha-pudu sure go ahead , assigning .

@dhruvpatidar359 dhruvpatidar359 added gssoc Issues / PR related to Gssoc'24 level2 Issues / PR related to Gssoc'24 difficulty medium labels May 12, 2024
@atharvarekhawar
Copy link
Contributor

hey @dhruvpatidar359 , if no one is working on this issue then I am interested in solving this issue .

I am thinking of adding two more features to the text ie. font style and font weight.
eg- italic or normal , bold or lighter etc...

can you assign this issue to me.

@atharvarekhawar
Copy link
Contributor

@dhruvpatidar359 , should I work on the issue?

@dhruvpatidar359
Copy link
Owner

sure , buddy

@dhruvpatidar359 dhruvpatidar359 added level3 Issues / PR related to Gssoc'24 difficulty hard and removed level2 Issues / PR related to Gssoc'24 difficulty medium labels May 18, 2024
@atharvarekhawar
Copy link
Contributor

hey @dhruvpatidar359 , I am getting error while committing the code due to jest , I think test folder is not created yet so it is not letting me commit , do you want me to change the husky hook to allow committing without testcases for now.

it will look something like this in package.json

"husky": {
"hooks": {
"pre-commit": "lint-staged && npm test --passWithNoTests",
"pre-push": "npm test"
}
},

@atharvarekhawar
Copy link
Contributor

hey @dhruvpatidar359 , I am getting error while committing the code due to jest , I think test folder is not created yet so it is not letting me commit , do you want me to change the husky hook to allow committing without testcases for now.

it will look something like this in package.json

"husky": { "hooks": { "pre-commit": "lint-staged && npm test --passWithNoTests", "pre-push": "npm test" } },

@dhruvpatidar359 ?

@dhruvpatidar359
Copy link
Owner

hey @dhruvpatidar359 , I am getting error while committing the code due to jest , I think test folder is not created yet so it is not letting me commit , do you want me to change the husky hook to allow committing without testcases for now.
it will look something like this in package.json
"husky": { "hooks": { "pre-commit": "lint-staged && npm test --passWithNoTests", "pre-push": "npm test" } },

@dhruvpatidar359 ?

yes , do it . Mean while @VanshikaSabharwal writes the test cases , we have to do it . 👩‍🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc Issues / PR related to Gssoc'24 level3 Issues / PR related to Gssoc'24 difficulty hard
Projects
None yet
Development

No branches or pull requests

3 participants