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

Update taigi_telex.kmn #2761

Closed
wants to merge 1 commit into from

Conversation

Cathaylaboratory
Copy link
Contributor

I want to add a series of new rules in the Taigi Telex

@keyman-server
Copy link
Collaborator

Thank you for your pull request. The Keyman keyboard review team have been notified of your pull request and will review it and build it shortly.

@LornaSIL
Copy link
Contributor

Thanks for these Pull Requests. You did put the .kmn files in the correct location, so that is good! You had two pull requests for the same keyboard so you should close one of the taigi_telex pull requests.

However, there is more to updating a keyboard than just the rules in a .kmn file, so my comments here relate to both of your keyboards.

When a keyboard is updated you must increase the version number.
Currently, you have this header statement:
store(&KEYBOARDVERSION) '1.0'
If the change is great, you could increase the version to 1.1. If the change is small, you could increase the version to 1.0.1:
store(&KEYBOARDVERSION) '1.0.1'

In addition, the HISTORY.md file must be updated to track what changed in this version. So, for this keyboard, you could have:

Taigi_telex Change History
====================

1.0.1 (2024-05-17)
----------------
* Added rules to support typing uppercase vowels

1.0 (2024-03-24)
----------------
* Created by cathaylab

Since you have a touch layout, you may wish to update that as well. The default layer has your accented vowels on longpress keys. Those uppercase ones are not yet available on the shift layer. I recommend you add the uppercase accented characters to the shifted longpress keys..

For these keyboards, since they were created this year, you do not need to update LICENSE.md, but next year if you update the keyboard you will need to change the copyright dates to © 2024-2025 cathaylab

@LornaSIL LornaSIL added this to In progress in Keyboards May 17, 2024
@Cathaylaboratory
Copy link
Contributor Author

Cathaylaboratory commented May 18, 2024 via email

@Cathaylaboratory
Copy link
Contributor Author

Cathaylaboratory commented May 18, 2024 via email

@LornaSIL
Copy link
Contributor

Each keyboard needs all the changes in one pull request. You are still submitting separate pull requests for each file, and we cannot accept those. The changes for each keyboard must all be done in one pull request.

@Cathaylaboratory
Copy link
Contributor Author

Cathaylaboratory commented May 27, 2024 via email

@Cathaylaboratory
Copy link
Contributor Author

Cathaylaboratory commented May 27, 2024 via email

@LornaSIL
Copy link
Contributor

Replaced by #2805

@LornaSIL LornaSIL closed this Jun 10, 2024
Keyboards automation moved this from In progress to Done Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Keyboards
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants