Skip to content

Latest commit

 

History

History
31 lines (28 loc) · 2.83 KB

CONTRIBUTING.md

File metadata and controls

31 lines (28 loc) · 2.83 KB

How to Contribute:

You can contribute to Notepads project by:

  • Report issues and bugs here
  • Submit feature requests here
  • Create a pull request to help me (Let me know before you do so):
    • Fix an existing bug.
    • Implement new features.
    • Cleanup code and code refactoring.
    • Fix grammar errors or improve my documentations.
  • Internationalization and localization:
    • My only inputs for the work here is to recommend you guys to use existing phrases that you found in win32 notepad.exe or vs code or notepad++ as much as possible. It makes your translations more consistent and easier to understand by end users.
    • Since Notepads is still in early beta. I might change texts and add texts now and then for the upcoming months. Whenever that happens, I will notify you in Notepads Discord Server (Please join it if possible). If someday you lose the passion, feel free to let me know so I can assign your language to others.
    • OK, here are the steps you need to follow if you want to contribute:
      1. Make sure you can build and run Notepads project on your machine so that you can test it after your work.
      2. Click here and provide your information.
      3. Do your work and test it on your machine and check your work to make sure it is not breaking any existing layout.
      4. Finish your work and create a PR (Example: 0x7c13#30)
      5. Let me know and I will merge it if it looks good to me.

How to Build and Run Notepads from source:

  • Make sure your machine is running on Windows 10 1903+.
  • Make sure you have Visual Studio 2019 16.2+ installed.
  • Make sure you have "Universal Windows Platform development" component installed for Visual Studio.
  • Make sure you installed "Windows 10 SDK (10.0.17763.0 + 10.0.18362.0)" as well.
  • Open src/Notepads.sln with Visual Studio and set Solution Platform to x64(amd64).
  • Once opened, right click on the solution and click on "Restore NuGet Packages".
  • Now you should be able to build and run Notepads on your machine. If it fails, try close the solution and reopen it again.

TL;DR:

This is my first UWP project and I learn as I go. As a result, the code base is not well organized, and it is not well written. The philosophy here is to create a text editor that is easy to use, lightweight and yet stylish instead of creating another Notepad++ or VS Code in anyway. If you are looking for a code/programming editor, you might want to use VS Code instead. If you are looking for a lightweight text editor, you come to the right place. Notepads is here to help you do small things quicker and you should always install and use other editors that suit your need.