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

New ideas for text_formatter #7

Open
DiddiLeija opened this issue Jun 15, 2021 · 2 comments
Open

New ideas for text_formatter #7

DiddiLeija opened this issue Jun 15, 2021 · 2 comments
Labels
Addition proposal You want to propose a new function, module, etc. Do not lock this An issue/PR that must not be locked. good first issue Good for newcomers help wanted Extra attention is needed

Comments

@DiddiLeija
Copy link
Owner

DiddiLeija commented Jun 15, 2021

Hello!

text_formatter needs you! We need ideas to build a stable, well-built package. Your contributions must complete these conditions:

  • It must be related to the theme: For this repo, give ideas about aesthetic (or technical) string manipulation to customize the user experience. A good example is text_formatter.justify (How to build text_formatter.justify? #1).
  • It must be written in Python: By now, text_formatter is pure Python code. Any contribution showed here must be Python code.
    • NOTE: If you really want to add another kind of code, open a pull request to discuss that feature separately.

If your idea is accepted, you will be added on AUTHORS.txt, a text file that I want to create. We'll be waiting for your ideas!

@DiddiLeija DiddiLeija added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers Addition proposal You want to propose a new function, module, etc. labels Jun 15, 2021
@DiddiLeija DiddiLeija added the Do not lock this An issue/PR that must not be locked. label Jun 21, 2021
@DiddiLeija DiddiLeija pinned this issue Jun 22, 2021
@DiddiLeija DiddiLeija unpinned this issue Jun 22, 2021
DiddiLeija added a commit that referenced this issue Jun 24, 2021
It will be "1.0.0dev4" by now, using "1.0.0" is just for the final release (which is not the case, until #1 and #7 are resolved).
@DiddiLeija DiddiLeija added Must be discussed This issue needs more discussion from more people and removed Must be discussed This issue needs more discussion from more people labels Jun 28, 2021
@DiddiLeija DiddiLeija pinned this issue Jul 8, 2021
@DiddiLeija DiddiLeija removed the enhancement New feature or request label Jul 8, 2021
@DiddiLeija
Copy link
Owner Author

I created text_formatter/exceptions.py (on #25) to contain exceptions for each file on text_formatter. If you create a pull request, try to add your exceptions there.

DiddiLeija added a commit that referenced this issue Jul 19, 2021
Follow-up to #7, this file will test strings and other text types for the `text_formatter` functions.
@DiddiLeija
Copy link
Owner Author

I created check.py (#27) to test the text types entered by the text_formatter functions. If you create a pull request, try to use their functions (if they apply).

@DiddiLeija DiddiLeija moved this from To do to In progress in text_formatter - Project board Jul 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Addition proposal You want to propose a new function, module, etc. Do not lock this An issue/PR that must not be locked. good first issue Good for newcomers help wanted Extra attention is needed
Projects
Development

No branches or pull requests

1 participant