docs icon indicating copy to clipboard operation
docs copied to clipboard

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

Open dakshdeepHERE opened this issue 1 year ago • 3 comments

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:

  • Explain different types of conditional present in dart with code snippets present under each type.
  • Make sure to include Conditional Expressions with the common conditionals.

Entry Type (select all that apply)

New Concept Entry for Existing Topic

Code of Conduct

  • [X] By submitting this issue, I agree to follow Codecademy Doc's Code of Conduct.

For Maintainers

  • [X] Labels added
  • [x] Issue is assigned

dakshdeepHERE avatar Jan 19 '24 16:01 dakshdeepHERE

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
    }
    

madhuri-kawade avatar Jan 22 '24 08:01 madhuri-kawade

@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 avatar Jan 22 '24 18:01 dakshdeepHERE

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

dakshdeepHERE avatar Feb 23 '24 15:02 dakshdeepHERE

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

ishg-153 avatar Jun 08 '24 19:06 ishg-153

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

Johnnie-kay avatar Jun 11 '24 15:06 Johnnie-kay

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

mamtawardhani avatar Jun 18 '24 12:06 mamtawardhani

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

Johnnie-kay avatar Jun 19 '24 08:06 Johnnie-kay

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

mamtawardhani avatar Jun 19 '24 08:06 mamtawardhani

@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.

ishg-153 avatar Jul 02 '24 19:07 ishg-153

🌸 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!

github-actions[bot] avatar Aug 02 '24 03:08 github-actions[bot]