Codecademy / docs

Codecademy Docs is a collection of information for all things code. 📕
https://www.codecademy.com/resources/docs
755 stars 3.42k forks source link

[Entry] Conditionals: Create new concept entry `conditionals.md` #4248

Closed dakshdeepHERE closed 1 month ago

dakshdeepHERE commented 7 months ago

Reason/inspiration (optional)

We would like a new term entry on the Conditional concept for Dart. The entry should go under the following path docs/content/dart/concepts/conditionals/conditionals.md.

The entry should describe the term and how it is used within Dart. Also include:

Entry Type (select all that apply)

New Concept Entry for Existing Topic

Code of Conduct

For Maintainers

madhuri-kawade commented 7 months ago

New Concept Entry for Existing Topic - Dart Conditional Concept

I'd like to contribute a new entry on the Conditional concept for Dart. The entry will be located under docs/content/dart/concepts/conditionals/conditionals.md. The entry will cover the following:

Explanation of the Term

[Provide a brief description of the Conditional concept and its use within Dart.]

Types of Conditionals in Dart

  1. If Statement:
    
    if (condition) {
       // code block
    } else {
       // alternative code block
    }
dakshdeepHERE commented 7 months ago

@madhuri-kawade You're assigned. In addition to the documents linked in the description, please also look at our Contribution Guide if you haven't already. After creating a PR, the maintainer(s) (with the collaborator label) will add comments/suggestions to address any revisions before approval.

Is this your first contribution to Codecademy Docs? If so, we're curious to know how you found out about contributing to Docs.

dakshdeepHERE commented 6 months ago

@madhuri-kawade Are you still interested in taking this issue?

ishg-153 commented 3 months ago

@madhuri-kawade This issue is being unassigned due to inactivity.

Johnnie-kay commented 2 months ago

@ishg-153 please assign me on issue if the other contributors are inactive.

mamtawardhani commented 2 months ago

@Johnnie-kay I just assigned you an issue, would you like to work on this as well?

Johnnie-kay commented 2 months ago

@mamtawardhani, yes I would like to work on this issue

mamtawardhani commented 2 months ago

@Johnnie-kay sure you can take this up. Please refer to the contribution guide shared in the above comment. Thank you! 😃

ishg-153 commented 2 months ago

@Johnnie-kay It's been 2 weeks since you were assigned to this issue. Are you still working on the entry?

Note: If you don't respond with a PR or an update within a week, this issue will be unassigned from you.

github-actions[bot] commented 1 month ago

🌸 Thanks for closing this Issue! Please head over to the Docs Forum if you have any questions about Docs, or reply to the thread on Possible Content Discussion to share ideas and collaborate with other contributors, maintainers, or super users to determine good future issues that will help expand Docs!